P  {}

H1  {
	font-family : Arial;
	font-size : 37px;
	color : #AE0000;
}

H2  {
	font-family : Arial;
	font-size : 22px;
	color : #FAA505;
}

H3  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
}

A  {
	text-decoration : none;
	color : #AE0000;
}

A:Visited  {
	color : #AE0000;
	text-decoration : none;
}

A:Active  {
	text-decoration : underline;
	color : #FAA505;
}

A:Hover  {
	color : #AE0000;
	text-decoration : underline;
}

BODY  {
	font-family : Arial;
	font-size : 13px;
}

