body{
	background: #000;
	color: #ccc;
}

h1{
	color: #ccc;
	font-size:24px;
	margin-bottom:15px;
	margin-top:10px;	
	font-weight:normal;
	padding-bottom: 3px;
	border-bottom:1px solid #aaa;
	width:800px;
}

h2{
	color: #ccc;
	font-size:16px;
	margin-bottom:15px;
	margin-top:10px;	
	font-weight:normal;
	padding-bottom: 3px;
	border-bottom:1px solid #aaa;
	width:800px;
}

/*
h2{
	color: #333241;
	font-size:20px;
}
*/



td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #ccc;   
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#ccc;
}

strong, b {
	color:#ff0000;
}

p{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

img {
	border:0px;
}