/* CSS Document */

/* Layout */


html, body {
	height: 100%;	
}


body {
	background-color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	height:100%;
	margin:0;

}


/* Text Styles */
.text{
	font-family:Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	}
.headers {
	color:#FFFFFF;
	font-weight: 700;
	font-size: 140%;
}
.subheaders {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 120%;
}

/* links*/
a:link, a:visited, a:active{
	text-decoration: underline;
	font-weight: 400;
		color: #FFFFFF;
}
a:hover{
	text-decoration: underline;
	font-weight: 400;
		color:#CCCCCC;
}
/* email links*/
a.email:link, a.email:visited, a.email:active{
	color: #34180c;
}
a.email:hover{
	color: #69714e;
}
.aright {
margin-left:400px;

}
