P  {
	font-family : Arial;
	font-size : 18px;
}

H1  {
	color : Teal;
	font-family : "Baskerville Old Face";
	font-weight : bold;
	font-style : italic;
	font-size : 20px;
}

H2  {
	color : Teal;
	font-family : "Baskerville Old Face";
	font-size : 18px;
}

H3  {
	color : Teal;
	font-family : "Baskerville Old Face";
	font-size : 15px;
	font-style : normal;
}

A  {
	text-decoration : none;
	font-weight : bold;
}

TABLE {
	font-family : Arial;
	font-size : 14px;
	font-style : normal;
	margin-left : 10px;	
}


A:Visited  {
	color : Maroon;
}

A:Active  {
	color : Fuchsia;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	background-image: url(images/logo3.gif);
	font-family : Arial;
	background-color : #F0F8FF;
	font-size : 14px;
	font-style : normal;
	margin-left : 10px;
	margin-top : 10px;
}
.formtext  {
	font-size : 14px;
	font-weight : bold;
}

.nav  {
	font-size : x-small;
	color : Teal;
}

.title  {
	color : Teal;
	font-family : "Baskerville Old Face";
	font-size : 18px;
	font-style : normal;
}
