body {
	background-color: white;
	font: Arial;
	font-size: 10pt;
	}
	
H1 {
	font: Arial;
	font-weight: bold;
	font-size: 12pt;
	}
	
blockquote {
	font: Arial;
	font-size: 10pt;
	}

A:LINK, A:VISITED{
	color: #036635;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

A:HOVER {
	color: #670001;
	}