BODY {
	background-color: Black;
	color: #FFCC33; 
	font-family: "Comic Sans MS", Verdana,Arial, san-serif;
    	margin-left: 50px;
  	margin-right: 50px;
     }
A, A:LINK {color: #CC00FF; text-decoration: underline;}
A:Hover {text-decoration: underline; color: #FF0000;}
A:Visited {text-decoration: underline; color: #33CCFF;}	
A:ACTIVE {text-decoration: none; color: #FF0000;}

H1, H2, H3, H4, H5{
	background-color: black;
	color:#FFCC33; 
	text-transform: uppercase; 
	font-family: Verdana, Arial, san-serif; 
	text-align: center;
}

P {white-space: normal;
   font-size: 10pt;
   color: #FFCC33; }
.small {font-size: -1}


BR.small {font-size: -1;}


TD {font-family: "Comic Sans MS", Verdana,Arial ,san-serif;
	font-size: 10pt;
}

Img {
	border: none; 
}

DIV.mycenter {
	text-align: center;
}


