a:link {
	color: #FFFFA6;
	font-weight: bold;
}
a:visited {
	color: #FFFFA6;
	font-weight: bold;
}
a:hover {
	color: #B70000;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}
a:active {
	color: #FF0000;
	text-decoration: underline overline;
	font-weight: bold;
}

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

