BODY {

	color: Black;

	background-color: #9F97C4;

	font-family: Arial, sans-serif;

	font-size: small;

	text-align: left;

}



A {

	color: Red;

}



A:HOVER {

	color: Blue;

}