h1 {
	font-family: "Arial Black";
	font-size: 24px;
	color: 990000;
}
h2 {
	font-family: "Arial Black";
	font-size: 18px;
	line-height: 22px;
		color: 990000;
}
h3 {
	font-family: "Arial Black";
	font-size: 16px;
	line-height: 22px;
		color: 990000;
}
h4 {
	font-family: "Arial Black";
	font-size: 14px;
	line-height: 22px;
		color: 990000;
}
h5 {
	font-family: "Arial Black";
	font-size: 13px;
	line-height: 22px;
		color: 990000;
}
h6 {
	font-family: "Arial Black";
	font-size: 12px;
	line-height: 22px;
		color: 990000;
}

a {
	font-family: Arial;
	font-style: normal;
		font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: Blue;
}

a:hover {
	font-family: Arial;
	font-style: normal;
		font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: Green;
}

li {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	line-height: 25px;
}
p {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
body {
	background-color: ffffff;
	margin-left: 70;
	margin-right: 70;
	margin-top: 10;
	margin-bottom: 10;
}
body#forms {
	background-color: ffffff;
	margin-left: 60;
	margin-right: 60;
	margin-top: 20;
	margin-bottom: 20;
}