P  {
	font-size : small;
	font-family : Courier;
	color : Black;
	margin-left : 150 pt;
	margin-right : 150 pt;
	font-weight : normal;
}

H1  {
	margin-left: 30 pt;
	color: Black;
	font-family: Lucida Sans;
	font-size: x-large;
}

H2  {
	font-family : Verdana;
	font-style : italic;
	font-size : medium;
	color : Purple;
}

H3  {
	font-size: x-large;
	font-family: "High Tower Text";
	color: #9932CC;
}

A  {
	font-family: Trebuchet MS;
	font-size: small;
	color: #B22222;
	text-decoration: none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : Red;
}

BODY  {
	margin-left : 50 pt;
	margin-right : 50 pt;
}


