Body {background-color: black}

Table {background-color: white; 
       color: black;
	   font-family: Corbel;
	   font-size: 25px
	  }
	   
A {color: #CC0000;  
   text-decoration: underline;
   font-family: corbel 
  }

A:hover {background-color: white;
         color: #CCCCCC; 
         text-decoration: none;
		 text-transform: lowercase 
		}
		
hr {color: #333333
   }

P {color: #999999
  }