P  {
	font-size : small;
	font-family : Arial;
	color : Navy;
}

H1  {
	font-size : small;
	font-family : Stonehenge;
	color : Navy;
}

H2  {
	color : Navy;
	font-family : Stonehenge;
	font-size : medium;
}

H3  {
	font-size : x-large;
	font-family : Stonehenge;
	color : Navy;
}

A  {
	color: purple;
}

P {
}


A:Visited  {
	color: navy;
	font-style: bold;
}

A:Active  {
	color: blue;
}

A:Hover  {
	color: green;
}

BODY  {
	margin-left : 45px;
	font-size : small;
	font-family : Arial;
	color : Navy;
	background-color : #FFFFCC;
	background-repeat : no-repeat;
	margin-right : 20px;
}

.tm  {
	font-size : x-small;
}

.small  {
	font-size : xx-small;
}

