

a:visited, a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #989286;
	text-decoration: none;
} 

a:hover {
	color: #800000;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;}

h1 {
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 0px;
}
