BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: large;
	font-weight: normal;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: White;
	background-color: #990000;
	text-indent: 10px;
	}
h3 {
	font-size: small;
	font-weight: bold;
}
h4 { 
	font-size: medium;
	font-weight: bold;
}
A {
	color: #990000;
	text-decoration: none;
}
A:HOVER {
	color: Red;
	text-decoration: underline;
}
