html {
background: #000000;
}

h2,p,h3{
	font-size:14px;
	font-family: Verdana,Arial,sans-serif;
	color:#eeeeee;
	margin-left:10px;
	text-align:top;
}
h1{
	font-family:Arial;
	font-size:15px;
	color:#ffc05f;
	font-weight: stong;
	margin-top:26px;
	margin-left:-10px;
}

h3{
	color:#6d606f;
	font-weight: normal;
}
td{
	vertical-align:top;
	}

a:link, a:visited {
	color:#ddd0ff;
	text-decoration: none; font-weight: normal; 
 }  
 
a:active, a:hover {
	color:#ffffcc; 

 }

