body{
	padding: 0;
	margin: 10;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0c0005;
}
p {
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
}
ul {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
h1{
	font-size: 22px;
	color: #CCFF00;
}
h2{
	font-size: 14px;
	color: #CCFF00;
}

a:link {
	color: #FF6633;	
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #FF9966;	
}
