html>body {
	/* overflow: hidden; hack content that runs outside container divs */ 
	overflow:auto;
	/* part 1 of 2 centering hack */
	text-align:center;
}
body {
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #eaeaea;
	background-color: #202020;
	text-align: center;
/* part 1 of 2 centering hack */
}
a {
	text-decoration: none;
	color: #eaeaea;
	outline: none;
}
a:visited {
	color: #eaeaea;
}
a:active {
	color: #eaeaea;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
p {
  line-height: 22px;
	margin-bottom: 1.5em;
	font-size:12px;
}
ul, li {
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	list-style:square;
}
pre {
  font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
blockquote, ul, ol {
	margin-bottom: 1.5em;
}
hr.contact {
  margin-bottom:1.5em;
  width:25%;
	text-align:center;
	border:1px solid #706053;
}

img {
	border: 0;
}
.footer {
  margin-top:60px;
	font-size: 10px;
	color:#847a71;
}
div.spacersm {
  clear:both; 
	height:10px; 
	display:block;
}
div.spacermd {
  clear:both; 
	display:block;
	height:50px;
}
div.spacerlg {
  clear:both; 
	display:block;
	height:200px;
}