P  {
	font-weight : bold;
}

H1  {
	font-size : x-large;
	color : #800000;
	font-weight : bold;
	text-align : center;
	text-transform : uppercase;
}

H2  {
	font-size : medium;
	color : #800000;
	font-weight : bold;
	text-align : center;
	text-transform : uppercase;
}

H3  {
	color : #800000;
	font-weight : normal;
}

A  {
	color : #000080;
}

A:Visited  {
	color : #008000;
}

A:Active  {
	color : #000080;
}

A:Hover  {
	color : #FF0000;
	font-style : italic;
	font-weight : bold;
}

BODY  {
	font-weight : normal;
	background-color : #FFEDCC;
	color : #372904;
	font-family : sans-serif;
	font-size : small;
}

EM  {
	font-size : medium;
	font-style : normal;
	color : #000080;
}

OL  {
	font-weight : bold;
	color : #008080;
}

UL  {
	font-weight : bold;
	padding-top : 10;
}

H4  {
	color : Red;
	font-family : serif;
	text-align : center;
}

