<style>
a {text-decoration:none;color:yellow;}
a:visited {text-decoration:none;color:yellow;}
a:hover {text-decoration:underline; color:yellow;}
a:active {text-decoration:underline; color:yellow;}
a.white {text-decoration:none;color:white;}
a.white:visited {text-decoration:none;color:white;}
a.white:hover {text-decoration:underline; color:yellow;}
a.white:active {text-decoration:underline; color:yellow;}
a.white2 {text-decoration:underline;color:white;}
a.white2:visited {text-decoration:underline;color:white;}
a.white2:hover {text-decoration:none; color:yellow;}
a.white2:active {text-decoration:none; color:yellow;}
a.email {text-decoration:underline;color:202C68;font-weight: bold}
a.email:visited {text-decoration:underline;color:black;font-weight: bold}
a.email:hover {text-decoration:underline; color:black;font-weight: bold}
a.email:active {text-decoration:underline; color:DFD397;font-weight: bold}
BODY { FONT-SIZE: 12px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
  SCROLLBAR-BASE-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFF00;
  SCROLLBAR-3DLIGHT-COLOR: #808080; SCROLLBAR-HIGHLIGHT-COLOR: #808080;
  SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #808080;
  SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #808080;}

</style>