body {
	background: #232b3b;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
}
a: hover {
	text-decoration: none;
}
a.navs {
	text-decoration: none;
	margin-right: 35px;
}
a.navs:hover {
	color: #00b9e9;
	text-decoration: none;
}
a.active {
	color: #00b9e9;
	text-decoration: none;
	margin-right: 35px;
	font-weight: bold;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
p.small {
	font-size: 10px;
	color: #535e75;
}
a.subnavs {
	color: #a0a8b5;
	text-decoration: none;
	margin-right: 15px;
	font-size: 10px;
}
a.subnavs:hover {
	color: #9bd5fe;
}
a.subactive {
	color: #9bd5fe;
	text-decoration: none;
	margin-right: 15px;
	font-size: 10px;
	font-weight: bold;
}
img {
	border: 0;
}