H1 {
	font-family : "Book Antiqua";
	font-size : 20px;
	color : White;
}

H2 {
	font-family : "Book Antiqua";
	font-size : 20px;
	color : White;
}
H3 {
font-family : "Book Antiqua";
	font-size : 30px;
	color : White;
}
A:ACTIVE {
font-family : "Book Antiqua";
	font-size : 15px;
	color : #cccc00;
	text-decoration : none;

	}
	
A {
     font-family : "Book Antiqua";
	font-size : 15px;
	color : White;
	text-decoration : none;
	
}
A:HOVER {
font-family : "Book Antiqua";
	color : #99cc99;
	font-size : 15px;
	text-decoration : none;
	
}