BODY {
	color: Black;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	background-image : url(back.jpg);
	background-position : center;
	background-position : middle;
	background-repeat : no-repeat;
}

A {
	color: Blue;
}

A:HOVER {
	color: #0000CD;
}