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 : 25px;
	color : White;
	}
	H4 {
	font-family : "Book Antiqua";
	font-size : 18px;
	color : White;
	}
	H5 {
	font-family : "Book Antiqua";
	font-size : 16px;
	color : White;
	}
	H6 {
	font-family : "Book Antiqua";
	font-size : 18px;
	color : White;
}


A:ACTIVE {
font-family : "Book Antiqua";
	font-size : 12px;
	color : #cccc00;
	text-decoration : none;

	}
	
A {
     font-family : "Book Antiqua";
	font-size : 12px;
	color : White;
	text-decoration : none;
	
}
A:HOVER {
font-family : "Book Antiqua";
	color : #99cc99;
	font-size : 12px;
	text-decoration : none;
	
}