td {font-family: arial;
font-size: 80%;
color: #FFCC00;
}

table.red { border-style: solid;
border-color: #FF0000;
border-width: 1px;
}
td.red { border-bottom-style: solid;
border-bottom-color: #FF0000;
border-bottom-width: 1px;
border-top-style: solid;
border-top-color: #FF0000;
border-top-width: 1px;
}

td.red-d { border-bottom-style: dashed;
border-bottom-color: #FF0000;
border-bottom-width: 1px;
}

td.red-dr { border-bottom-style: dashed;
border-bottom-color: #FF0000;
border-bottom-width: 1px;
border-right-style: dashed;
border-right-color: #FF0000;
border-right-width: 1px;
}

body {background-color: #000}
table.main {border-style: solid;
border-color: #FFFFFF;
border-width: 1px;
background-color: #000000;
}

a:link {color: #FFCC00}
a:active { color: #FF0000}
a:visited {color: #FFCC00}
a:hover {color: #FF0000; text-decoration: underline overline}

a.black:link {color: #000000}
a.black:visited {color: #000000}
a.black:active {color:#FF0000}
a.black:hover {color: #FF0000; text-decoration: underline overline}
