html,body {
margin:0;
padding:0;
height:100%; background-color:#151515;

}



a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#595959; font-weight:normal;
}
a:link {
	text-decoration: none; color:#595959;
}
a:visited {
	text-decoration: none;
	color:#595959;
}
a:hover {
	text-decoration: underline; color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#595959;
}



h1 { font-size:14px; font-family:Calibri;    color:#333333; }
h2 { font-size:12px; font-family:Calibri;  color:#666666; }
p { font-size:12px; font-family:Calibri;  color:#242424; }
.p3 { font-size:12px; font-family:Calibri;  color:#666666; }

.p2 { visibility:hidden;}


hr { color:#383838; }