html, body {
	background-color: #000000;
	color: #F3EFE5;
	font-family: "Times New Roman", Times, serif;
	font-size:100%;
	font-style:normal;
	margin:0 auto;
	text-align:center;
}
.footer, .header {
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
margin: 0 auto;
clear: both;
width: 100%; /*ie requires this or height */
}
.contentdivs{
background-color:#000000;
margin:0 auto;
margin-bottom: 5px;
}
.newvers {
	color:#D2928C;
}
a:link {
	color:#7384AA;
}
a:visited {
	color:#787ED6;
}
a:hover {	
	color:#D9DBEE;
}
a:active {
	color:#DAE4EF;
}
span.blue {
   color:#6495ED;
}
div.hr {
line-height: .2em; /*needed for IE/win*/
font-size: .2em; /*needed for IE/win*/
height: .2em;
background-color:#FAF0E6;
color:#FAF0E6;
width:100%;
}