* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #000000;
}
#outer {
	text-align: justify;
	width: 100%;
	padding: 10px;
}
#inner {
	width: 930px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 24px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
}
h3 {
	color: #FFFFFF;
}
p {
	margin-bottom: 10px;
}
p strong {
	color: #999999;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
