A:HOVER {
	text-decoration: none;
	color: Maroon;
}

H1 {
	font-family: "Monotype Corsiva", Tahoma, Times, "Times New Roman", Arial;
	font-size: 38px;
	font-weight: 900;
	text-decoration: underline;
	color: Purple;
	text-align : center;
}
H3 {
	font-family: "Lucida Sans", Technical, Verdana, Terminal, Times;
	font-size: 22px;
	color: Green;
}

BODY {
	background-color: #B0C4DE;
}

P.alt {
	font-family: Verdana, Arial;
	font-weight: lighter;
	font-style: italic;
}

H4 {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: normal;
	color: #191970;
	font-style : oblique;
}
P {
	font-family: verdana;
	font-size: 14px;
}
A:LINK {
	color: red;
	font-weight: bolder;
	text-decoration: none;
}

