
BODY {
	font: normal;
	font-family: Gill Sans MT;
	color: Black;
	background-color : #B6B6DD;
}
A, A:HOVER {
	color : Red;
	text-decoration: underline;
}
A, A:LINK {
	color : Blue;
	text-decoration: none;
}





