html { background-color: #fff; }

/* Primary Divisions */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
}	
h1 {
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 150%;
}
.txt1 {
color:#CCCCCC;
font-size:14px;
line-height:150%;
margin-top: 40px;
text-align:center;
}
.txt2 {
color:#ffcc33;
font-size:12px;
line-height:150%;
text-align:center;
}
.logo {
margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;	
	}
.headerimg {
margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
a:link {
font-size:14px;
color:#E1E1FF;
text-decoration: underline;
font-weight: bold ;
}
a:visited {
font-size:14px; 
color: #E1E1FF; 
text-decoration: underline; 
font-weight: bold ;
}
a:hover {
font-size:14px; 
color: #ff6600; 
text-decoration: underline; 
font-weight: bold ;
}
a:active {
font-size:14px; 
color: #ff6600; 
text-decoration: underline; 
font-weight: bold ;
}
