h2 {
	color: #990000;
}
h3 {
	color: #990000;
}
.style1 {font-size: small}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a:active {
	text-decoration: none;
}
.textlink {
	color: #990000;
	font-family: "Default Font";
	text-decoration: underline;
}
body {
	background-color: #d8b156;
}