<style type="text/css">
  body {
    
  }

  .MainClass {
  	color: white;
  	background-color: #C22104;
  	font-family: verdana;
	font-size: 8pt;
  }
 
  .MainClass a {
   	text-decoration: none;
   	font-weight: bold;
   	color: white;
  }
  
  .MainClass a:hover {
  	color: silver;
  	
  }
  
  .SinglePlayerTable {
  	font-size: 8pt;
  }
  
  .SinglePlayerTable td {
  	text-align: center;
  	
  }
  
  .SinglePlayerTable a {
    	font-weight: normal;
  }

  .SinglePlayerTable a:hover {
    	color: silver;
  }
</style>

