h1 {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: xx-large;
	font-weight: bolder;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	line-height: 1em;
}
h3 {
	font-size: medium;
	line-height: 1em;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
Bolder {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-weight: 900;
}
.style1 {
	font-size: 35px;
	font-weight: 900;
	line-height: 0.8em;
}
.style3 {
	font-size: medium;
	line-height: 1.8em;
}
body {
	background-color: #880000;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #880000;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}
a:visited {
	color: 000099;
}
