P  {
	font-size : x-small;
	font-family : Tacoma;
	color : Black;
}

H1  {
	font-size : medium;
	font-family : Stonehenge;
	font-weight : bold;
	color : Green;
}

H2  {
	font-size : large;
	font-family : Stonehenge;
	color : Green;
}

H3  {
	font-size : x-large;
	font-family : Stonehenge;
	color : Green;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	font-size : small;
	font-family : Verdana;
	color : Green;
	background-color : transparent;
	margin-left : 50;
	background-image : url(images/leafmaxtr.jpg);
	background-repeat : repeat;
	background-attachment : scroll;
	background-position : left;
}

.small  {
	font-size : x-small;
	font-family : Stonehenge;
	color : Green;
}

