BODY {
   background-color : #FFFFFF;
   font-family : "trebuchet ms", "book antiqua", sans-serif;
   color : #00008B;
   font-size : 10pt;

}
a:link {
     text-decoration : none;
     cursor: crosshair;
     color: blue;
     font-weight : bold;
}
a:active {
     text-decoration : none;
     color: blue;
}
a:visited {
     text-decoration : none;
     color: blue;
     font-weight : bold;
}
a:hover {
     color: darkturquoise; background: ivory;      
     font-style : normal;
     font-weight : bold;
}


