P  {}

H1  {
	font-size : x-large;
	font-weight : bold;
	color : Maroon;
	text-align : center;
}

H2  {
	font-size : large;
	font-weight : bold;
	color : Maroon;
	text-align : center;
}

H3  {
	font-size : large;
	font-weight : normal;
	color : Maroon;
	text-align : left;
}

A  {
	font-style : normal;
	color : Maroon;
}

A:Visited  {
	color : Maroon;
	font-style : normal;
}

A:Active  {
	color : Maroon;
	font-style : normal;
}

A:Hover  {
	color : Maroon;
	font-style : normal;
}

BODY  {
	font-family : sans-serif;
	margin-left : 10%;
	margin-right : 10%;
	margin-top : 3%;
	margin-bottom : 3%;
	clear : both;
	color : Maroon;
}

