a:link {
	text-decoration: none;
	color: #DD0016;
}
a:visited {
	text-decoration: none;
	color: #CE0000;

}
a:hover {
	text-decoration: underline;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #9CD9EF;
}
