H1  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	background-color : #9F9F5F;
	text-indent : 3 px;
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	color : #9F9F5F;
	font-style : normal;
	text-align : center;
}

H3  {
	font-style : normal;
	font-weight : normal;
	font-family : Arial;
	font-size : x-small;
	color : Black;
}

A  {
	color : Blue;
	text-decoration : underline;
}

A:Visited  {
	color : Navy;
	text-decoration : underline;
}

A:Active  {
	color : Blue;
	text-decoration : underline;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
}

H4  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H5  {
	color : Black;
	font-style : normal;
	font-weight : normal;
	font-family : Arial;
	font-size : xx-small;
}

