html,body {
background-color : #330000; 
color : white; 
font-size : 100%; 
font-family :  Verdana; 
}



table {
border: medium solid white;
border-collapse: collapse;
width: 50%;
margin: auto;
}
th {
border: thin solid white;
width: 50%;
padding: 5px;
}
td {
border: thin solid white;
width: 50%;
padding: 5px;
text-align: center;
}




a:link {color: white; text-decoration:bold;}
a:visited {color: white; text-decoration:bold;}
a:hover {color:white; text-decoration:none;}
