a:link {
	color: #000066;
	text-decoration: none;
}

a:active {
	color: #000066;
	text-decoration: none;
}

a:visited {
	font-style: italic;
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

body {
	font-family: "Times New Roman", Times, serif;
}