H1  {
	font-size : x-large;
	font-family : serif;
	font-weight : bold;
	text-align : center;
}

H2  {
	font-size : x-large;
	font-family : sans-serif;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #800000;
	font-style : italic;
	text-align : center;
}

H3  {
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	background-color : #800000;
	font-family : sans-serif;
	font-size : large;
	font-style : italic;
}

A  {
	font-weight : bold;
	font-family : sans-serif;
}

A:Visited  {
	font-weight : bold;
}

A:Active  {
	font-weight : bold;
}

A:Hover  {
	font-weight : bold;
}

BODY  {
	font-size : small;
	font-family : serif;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

h4  {}

h5  {}

h6  {}


