BODY {
	font-family : Arial, sans-serif;
	font-size : x-small;
	font-style : italic;
	background-color : White;
	color : Black;
}

A {
	text-decoration : none;
	background-color : Black;
	color : White;
	font-family : Arial, sans-serif;
	font-size : x-small;
	font-style : italic;
}
A:HOVER {
	background-color : White;
	color : Black;	
}


