body {
background-color : #777777;
scrollbar-3dlight-color : #CCCCCC;
scrollbar-arrow-color : #000000;
scrollbar-darkshadow-color : #CCCCCC;
scrollbar-face-color : #CCCCCC;
scrollbar-highlight-color : #CCCCCC;
scrollbar-shadow-color : #CCCCCC;
scrollbar-track-color : #999999;
}

TABLE { background: #777777; border-collapse: collapse }
TD    { background: #777777; border: solid #999999; border-width: 1; vertical-align: top; padding: 1; color : #FFFFFF; font-family : verdana, arial, helvetica, sans-serif; font-size : 10px; text-decoration : none;}

p {
color : #FFFFFF;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 10px;
text-decoration : none;
}

--------------------------------------------------------------------------------
This makes the links on the pages look and act the way they do,

a {
color : #FFFFFF;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 10px;
text-decoration : none;
}

a:link {
color : #F7BC0E;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 10px;
text-decoration : none;
}

a:visited {
color : #F7BC0E;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 10px;
text-decoration : none;
}

a:hover {
color : #FB0F0C;
font-family : verdana, arial, helvetica, sans-serif;
font-size : 10px;
text-decoration : none;
}

