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

body {
	background: #3F3F3F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#menu {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 80%;
}
#menu a {
	text-decoration: none;
	color: #999999;
}
#menu a:hover {
	color: #FFFFFF;
}
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;
}

