body {
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #bf1820;
	text-align: left;
	padding-left: 40px;
	font-size: 18px;
}
h3 {
	color: #bf1820;
}
.outer {
	text-align: left;
	background-color: #fff;
	border: solid 1px #626161;
}
.inner {
	text-align: justify;
	padding: 20px 20px 20px 20px;
   color:#000;
	line-height: 180%;
	min-height: 500px;
}