BODY, TD, p  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
     text-align: justify;
}

B, STRONG {font-weight: bold }

H1  {
	background-color : #F0E8D5;
	color : #4E5331;
	font-size : x-large;
	text-align : center;
	font-weight : bold;
}

H2  {
	background-color : #F0E8D5;
	color :#4E5331;
	font-size : large;
	text-align : center;
	font-weight : bold;
}

H3  {
	font-size : medium;
	background-color : #F0E8D5;
	color : #4E5331;
	text-align : center;
	font-weight : bold;
	font-style : italic;
}
H4  {
	font-size : small;
	color : #4E5331;
	text-align : center;
	font-weight : bold;
	border-bottom : medium solid Silver;
		border-top : medium solid Silver;
	}
A  {
	text-decoration : none;
	color : #837D4B;
	font-weight : bold;
}

A:Visited  {
	color : #837D4B;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : #D1AC2E;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}


