body,html{
	background:#4E4E4E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	color:#ddd;
}
h1,h2,h3{
	color:#83cff0;
}
h1{
	font-size:20px;
	text-align:center;
}
h2{
	font-size:15px;
	text-align:center;
}
h3{
	font-size:13px;
	text-align:center;
}
a{
	color:#83cff0;
	text-decoration:none;
}
a:hover{
	color:#83cff0;
	text-decoration:underline;
}
p{
	margin:0;
	padding:0;
}
img{
	border:none;
}
div.copy{
	color:#888;
	font-size:10px;
	text-align:center;
	padding:8px;
}
div.copy a{
	color:#888;
	text-decoration:none;
}
div.copy a:hover{
	color:#83cff0;
	text-decoration:underline;
}
