/* CSS Document */

body{
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
background-position:top;
background-attachment:scroll;
background-color:#660000;
color:#ff0000;
}

th{
background-image:url(images/tableheader.gif);
color:#999999;
font-size:16px;
padding-left:5px;
width:600px;
height:30px;
text-align:left;
padding-top:4px;
}

a{
color:#FF0000;
text-decoration:underline;
}

a:hover{
color:#660000;
text-decoration:none;
}