h2 {
	text-align: left;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: Maroon;
}
h3 {
	text-align: right;
	font-size: medium;
	font-style: italics;
	font-weight: bold;
	color: White;
}
h1 {
	text-align: Right;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: White;
}
BODY {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: #191970;
	text-decoration: underline;
}

A:HOVER {
	color: Blue;
	text-decoration: underline;
}