P  {
	margin-left : 20 pt;
	margin-right : 20 pt;
	font-family : Garamond;
}

H1  {
	color : #808000;
	font-weight : bold;
	font-size : x-large;
}

H2  {
	background-color : #008000;
	color : #FFFFFF;
}

H3  {
	color : Teal;
	font-size : large;
	font-family : Arial;
}

A  {
	font-size: 80%;
	font-family: Arial;
	color: White;
	text-decoration: none;
}

A:Visited  {}

A:Active  {
	color : #FF0000;
}

A:Hover  {
	color : Red;
}

BODY  {
	margin-left : 15 pt;
}

