@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #0070CC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0070CC;
}
a:active {
	color: #FFFFFF;
	background-color: #333B40;
	text-decoration: none;
}
a:visited {
	color: #6FA4E6;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 24px;
	background-color: #262F34;
	text-align: center;
	color: #999999;
	letter-spacing: 0.1em;
}
.imgs {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 80px;
	margin-left: 10px;
}
.header {
	font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#counters {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
