body {
 background: #ffffff;
 }

b {
 text-decoration: none; 
 font-size : large;
 font-family : Verdana;
 color: #999999;
 }

strong {
 text-decoration: none; 
 font-family : Verdana;
 font-size : x-small;
 color: #990000;
 }

td {
 text-decoration: none; 
 font-family : ariel;
 font-size : x-small;
 }

a:link {
 text-decoration: none; 
 font-family : ariel;
 font-size : x-small;
 color: #aa0000;
 }

a:active {
 text-decoration: none; 
 font-family : ariel;
 font-size : x-small;
 color: #000000;
 }

a:visited {
 text-decoration: none;
 font-family : ariel;
 font-size : x-small; 
 color: #888888;
 }

a:hover {
 text-decoration: overline; 
 font-family : ariel;
 font-size : x-small;
 color: #336699;
 }