

th {
	font-family: Centaur, Baskerville Old Face, Times New Roman, serif;
	color: lightyellow;
	font-size: x-large;
   }

td {
	font-family: Centaur, Baskerville Old Face, Times New Roman, serif;
	font-size: small;
	text-align : center;
   }

body {  
	background-image: url(Images/BLACKMARBLE.jpg);
	background-color: #000000;
	font-family : Centaur, Baskerville Old Face, Times New Roman, serif;
	color : white;
     }

A:LINK    {
	text-decoration : none;
	color : #fff68f;
	   }

A:VISITED {
	text-decoration : none; 
	color : #fff68f;
	}

A:HOVER   {
 	text-decoration : underline;
	color : yellow;
	   }

