EM {
	font-family : Arial, Helvetica, sans-serif;
	color : #808550;
	font-size : 15px;
}
P  {
	font-size : medium;
	color : #808000;
}

H1  {
	font-size : large;
	font-family : Courier New;
	font-weight : bold;
	font-style : normal;
	color : #808000;
	text-decoration : none;
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	text-decoration : none;
	color : #808000;
}

H3  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	font-style : italic;
	color : #808000;
}

H4  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	color : White;
	background : Olive;
}

A  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #808000;
}

A:Visited  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	font-style : normal;
	color : #808000;
	text-decoration : underline;
}

A:Active  {
	color : #808000;
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	text-decoration : underline;
}

A:Hover  {
	font-size : medium;
	font-weight : bold;
	color : #808080;
	text-decoration : underline;
	font-family : Courier New;
}

BODY  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	
}

