a:link {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
