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: #3366FF;}	
A:ACTIVE {text-decoration: none; color: #FF0000;}


h2, 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}


.mysmall {font-size: -1;}

TABLE {
	/* width: 65%; */
	border: none; 
}

TD {font-family: "Comic Sans MS", Verdana,Arial ,san-serif;
	font-size: 10pt;
	}

Img {
	border: none; 
}

DIV.mycenter {
	text-align: center;
	color: #FFCC33;
}


