P  {
	font-size : 10;
	font-family : Century Gothic;
	color : 693D1B;
	padding-left : 5;
	padding-right : 5;
	padding-top : 5;
	padding-bottom : 5;
}

H1  {
	font-family : Tahoma;
	font-size : large;
	font-weight : bold;
}

H2  {
	font-weight : bold;
	font-family : Tahoma;
	font-size : medium;
}

H3  {
	font-size : small;
	font-weight : bold;
	font-family : Tahoma;
}

A  {
	font-size : small;
	color : #7D1E1E;
	text-decoration : none;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
}

A:Active  {
	color : Red;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
}

BODY  {
	font-size : small;
	font-family : Century Gothic;
	color : #7D1E1E;
}


