body {
	font-family : serif;
	color : #5F3030;
}
p {
	font-family : serif;
	color : #5F3030;
}
H1 {
	font-family : serif;
	font-size : 24px;
	color : #006600;
	font-weight : bold;
	}
H2 {
	font-family : serif;
	font-size : 20px;
	color : #000099;
	font-weight : bold;
	}
H3 {
	font-family : serif;
	font-size : 16px;
	color : #800000;
	font-weight : bold;
	}
H4 {
	font-family : serif;
	font-size : 16px;
	color : #CC3300;
	font-weight : bold;
	text-align : center;
	font : italic;
}
H5 {
	font-family : serif;
	font-size : 16px;
	color : #000099;
	font-weight : bold;
	text-align : center;
	font : italic;
}
H6 {
	font-family : serif;
	font-size : 16px;
	color : #006600;
	font-weight : bold;
	text-align : center;
	font : italic;
}
a  {
	color : #006A00;
	text-decoration : underline;
	font-weight : bold;
	font-style: normal;
}
a:active  {
	color : #800000;
	text-decoration : underline;
	font-weight : bold;
	font-style: normal;
}
a:visited  {
	color : #800000;
	text-decoration : underline;
	font-weight : bold;
	font-style: normal;
}
a:hover  {
	color : #cc3300;
	text-decoration : underline;
}
