
BODY {
	background-image : url("images/background.jpg");
	font: normal;
	font-family: Gill Sans MT;
	color: Maroon;
}
A, A:HOVER {
	color : Red;
	text-decoration: underline;
}
A, A:LINK {
	color : Blue;
	text-decoration: none;
}





