body{
color : #000000;
}

body#left {
	background-color:#000000;
}

body#right {
	background-color:#000000;
}

A:LINK{
   color : #FFFFFF;
   text-decoration : none;
 }
 A:VISITED{
   color : #FFFFFF;
   text-decoration : none;
 }
 A:ACTIVE{
   text-decoration : none;
   color:#082754;
 }
 A:HOVER{
   color : #C00022;
   text-decoration : underline;
 }
th{
color:#e450a5;
}
td{
font-size:10px;
}