BODY{
	background: white;
	margin-left: 5%;
	margin-right: 5%
}
H1{
	font-size: 200%;
	color: #990000
}
H2{
	font-size: 150%;
	color: #FFFFFF;
	background: #990000;
	border-bottom: #990000 2px solid;
}

H3{
	font-size: 125%;
	color: #990000
}
A.H1{
	color: black;
	text-decoration: none;
}
STRONG{
	font-weight: normal;
	color: red;
}
P{
	line-height: 1.3em;
}
UL{
	line-height: 1.3em;
}
OL{
	line-height: 1.3em;
}
