body { font-family: arial; color: #6E6E6E; background-color: #FFFFFF; scrollbar-base-color: #F6F6F6; scrollbar-arrow-color: #CCCCCC ; scrollbar-DarkShadow-Color: #F6F6F6; font-size: 10pt; }

/* Default Look for all links once clicked 
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective
*/
 :link { color: #ff0000; text-decoration:none; }
 :visited { color: #ff0000; text-decoration:none; }
 :hover {color: #0094de; text-decoration:none; }
 :active { color: #ff0000; text-decoration:none; }