body {
	background-color: #FFCC33 ;
    color: #000000;
   font-family:Comic sans Ms;
}


h1, h2, h3 {
	color: #00DD00;
}


h4, h5, h6 {
	color: #00BB00;
}




A:link {  text-decoration: none; color: #BB5500}
A:visited {  text-decoration: none; color: #CC6600}
A:hover {  text-decoration: underline; color: #993300}
A:active {  text-decoration: underline; color: #FF0000}
A.p:link {
	text-decoration: none;
	color: #FFCCCC;
	font-size: 10px;
	font-weight: bold;
}
A.p:visited {
	text-decoration: none;
	color: #FFCCCC;
	font-size: 10px;
	font-weight: bold;
}
A.p:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
A.p:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;

	font-weight: bold;
}
