body {
	font-family: Verdana;
	background-color: black;
	color: white;
	font-size: 11px;
	height: 100%;
}

h1 {
	text-align: center;
	font-weight: normal;
	color: #fdffbc;
}


h2 {
	text-align: center;
	font-weight: normal;
	color: #fdffbc;
	padding-left: 15px;
	text-align: left;
	color: #fdffbc;
}

a {
	color: #ff8000;
}

#content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5d0505;
	padding: 15px;
	padding-bottom: 20px;
	border-right: 1px solid #420404;
	border-bottom: 1px solid #420404;
	border-top: 1px solid #844141;
	border-left: 1px solid #844141;
}

p {
	text-indent: 20px;
	line-height: 16px;
}

div.signature {
	margin-right: 20px;
	float: right;
	text-align: center;
}

span.highlight {
	color: #ffff80;
}

	
