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  {
	color: Purple;
}

A:Visited  {
	color: Green;
	font-weight: bold;
}

A:Active  {
	}

A:Hover  {
	color: Olive;
}

BODY  {
	font-size : x-small;
	font-family : Verdana;
	color : black;
	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;
}

