BODY {
   background-color : aquamarine;
   font-family : "trebuchet ms", "book antiqua", sans-serif;
   color : #00008B;
   font-size : 10pt;
   scrollbar-face-color: #00FFFF; 
   scrollbar-shadow-color: #336699; 
   scrollbar-highlight-color: #cccccc;
   scrollbar-3dlight-color: #336699; 
   scrollbar-darkshadow-color: #1B1E25; 
   scrollbar-track-color: turquoise;
}
a:link {
     text-decoration : none;
     cursor: crosshair;
     font-weight : bold;
}
a:active {
     text-decoration : none;
     color: turquoise;
}
a:visited {
     text-decoration : none;
     font-weight : bold;
}
a:hover {
     color: darkturquoise; background: ivory;      
     font-style : normal;
     font-weight : bold;
}
