
 

A.menu:HOVER{
	color: Black;
	font-size: 130%;
	font-weight: bolder;
	font: Book Antiqua;
	text-decoration: none;
}	

A.menu{
	color: white;
	font-size: 130%;
	font-weight: bolder;
	font: Book Antiqua;
}	


A.footer:HOVER{
	color: Black;
	font-size: 77%;
	font-weight: bolder;
	font: Book Antiqua;
	text-decoration: none;
}	

A.footer{
	color: White;
	font-size: 77%;
	font-weight: bolder;
	font: Book Antiqua;
}	

BLOCKQUOTE {
	font-size: small;
	
}




BODY {
	color: Black;
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
}





A {
	color: Blue;
	text-decoration: none;
	font-size: small;
}

A:HOVER {
	text-decoration: underline;
	font-size: small;


}

