<STYLE TYPE="text/css">
a.nocolor:link { color: #BDEDFF; text-decoration: none }
a.nocolor:active { color: #BDEDFF; text-decoration: none }
a.nocolor:visited { color: #BDEDFF; text-decoration: none }
a.nocolor:hover { color: red; text-decoration: underline; }

a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline; }

font.white { font-family: verdana; font-size: 14px; color: white; font-weight: normal; text-decoration: none; }
font.normal{ font-family: verdana; font-size: 16px; color: black;font-weight: normal; text-decoration: none; letter-spacing: 2pt;}
H1 { font-family: verdana; font-size: 18px; color: black; font-weight: bold; text-decoration: none; }
</STYLE>