a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	text-decoration: underline overline;
	font-weight: bolder;
}
a:active {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}

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