/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.body_text{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2b2b2b;
font-style:normal;
text-decoration:none;
font-weight:none;
}


a.email:link {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a.email:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a.email:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}
a.email:active {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}