BODY {
	background-color : #0C9DDA;
	font-family : "Times New Roman", Times, serif;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
}

A:LINK {
	text-decoration : none;
	color : Navy;
}

A:VISITED {
	text-decoration : none;
	color : Blue;
}
A:HOVER {
	text-decoration : none;
	color : Red;
}
