P  {
	font-weight : bold;
	font-size : small;
}

H1  {
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-size : small;
	text-decoration : none;
	font-weight : bold;
	color : #600000;
}

H2  {
	font-size : x-small;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
	font-style : italic;
	color : #600000;
	font-weight : normal;
}

A  {
	color : #800000;
}

A:Visited  {
	color : #808000;
}

A:Active  {
	color : #FF0000;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	background-color : #FFCE84;
}

em  {
	font-style : italic;
	color : #004040;
	font-weight : bold;
}

strong  {
	font-weight : bold;
	color : #600000;
}


