body {
	font-family: Times New Roman, Georgia, serif;
}
a:link {
	font-family: Times New Roman, Georgia, serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
a:visited {
	font-family: Times New Roman, Georgia, serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	font-family: Times New Roman, Georgia, serif;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

