BODY {
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt;

scrollbar-base-color: yellow;                        /* slider colour */
scrollbar-arrow-color: red;                        /* arrow head top & bottom */
scrollbar-track-color: #80C0FF;                    /* track #DDF2F4 */
scrollbar-lightshadow-color: white;         /* L & Top scroll bar outer colour */
scrollbar-highlight-color: dark-silver;       /* LH and Top Inner Shadow */ 
scrollbar-3dlight-color: silver;                  /* LH and Top Outer Shadow */ 
scrollbar-shadow-color: black;                 /* RH and Bottom Inner Shadow */
scrollbar-darkshadow-color: black           /* RH and Bottom Outer Shadow  */ 
}


a:link {
    font:10pt verdana;
    color:blue
}

a:visited {
     font:10pt verdana;
     color:red
}

a:hover {
     font : 10pt Verdana;
     <!-- color : #CC00CC; -->
     <!-- color : green; -->
     color : red;
     font-weight : normal;
     <!-- background : #ffa; -->
     background : yellow;
     text-decoration : underline overline;
}