body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #815B2C;
}
h1 {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-family: "arial";
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 10pt;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	font-family: "arial";
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-family: "arial";
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #710100;
	text-decoration: underline;
}
a:active {
	color: #710100;
}