@charset "utf-8";
/* CSS Document */

body {
	background: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
	border-top: 1px dashed #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}
