/* external style sheet css.html */
body, td, p {
font-family: verdana, san-serif, arial, helvetica;
color: #eeeeee;
font-size: 10pt;
}
body {
scrollbar-DarkShadow-Color: #000080;
scrollbar-Track-Color: #313031;
scrollbar-Face-Color: #313031;
scrollbar-Shadow-Color: #EEEEEE;
scrollbar-Highlight-Color: #EEEEEE;
scrollbar-3dLight-Color: #313031;
scrollbar-Arrow-Color: #ffff00;
}
a:link {
text-decoration:none;
color:#ffff9c;
}
a:visited {
text-decoration:none;
color:#ffff9c;
}
a:hover {
text-decoration:underline;
color:#ffff00;
}
a:active {
text-decoration:none;
}
/* end of file */