a:link {
	color: #CF0306;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #CF0306;
	font-weight: bolder;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline overline;
	font-weight: bolder;
	font-style: italic;
}
a:active {
	color: #FFFF00;
	text-decoration: underline overline;
	font-weight: bold;
}

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