H1 {
	font-family : "Times New Roman", Times, serif;
	font-style : oblique;
	font-weight : 900;
	color:#990000;
	font-size : 350%;
	text-decoration : underline;
	text-align:center;
}

H2{
	font-weight : 700;
	color : #990000;
	font-size :250%;
	text-decoration : underline;
	text-align : center;
}

H3{
	font-weight: 600;
	color: #990000;
	font-size: 165%;
}

H4{
	font-weight: 400;
	color: #990000;
	font-size: 130%;
}

H5{
	font-weight: 300;
	color: #990000;
	font-size: 110%;
}

BODY{
	margin-right: 1in;
	margin-left: 1.25in;
}

A:HOVER{
	color:red;
}

.con{
	font-size: 14pt;
	font-weight: lighter;
}

.black{
	color: black;
}