body {

font-family:monospace;
font-size:12px;
color:white;

scrollbar-track-color: #434343;
scrollbar-face-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #bc0000;
scrollbar-shadow-color: #bc0000;
scrollbar-arrow-color: #bc0000;

margin:0;
padding:0;

}

table, tr, td {

font-family:monospace;
font-size:12px;
color:white;

}

a{text-decoration:none}
a:link {color: red}
a:active {color: red}
a:visited {color: red}
a:hover {color: white;
background-color:bc0000}

a.red:link{color:white;text-decoration:underline}
a.red:active{color:white;text-decoration:underline}
a.red:visited{color:white;text-decoration:underline}
a.red:hover{color:bc0000;text-decoration:none;background-color:white}

a.menu:link{color:white;text-decoration:none}
a.menu:active{color:white;text-decoration:none}
a.menu:visited{color:white;text-decoration:none}
a.menu:hover{color:bc0000;text-decoration:none;background-color:white}

