BODY {
background-color: white;
color: black;
font-size: 14px;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#808080;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
}

TD {
color: black;
font-size: 14px;
}

TD.border {
border: 1px solid black;
}

A {
color: red;
text-decoration: none;
}

A:VISITED {
text-decoration: none;
}

A:HOVER {
color: #FF4040;
text-decoration: underline;
}

A:ACTIVE {
color: #FF4040;
text-decoration: underline;
}