body {
	padding: 0px;
	margin: 0px;
	background-color: #666;
	background-image: url(images/bg.png);
	background-repeat: inherit;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
img {
	border: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: white;
	margin: 5px 0px;
}

.players_list {
	color: #404040 !important;
}

.copyright {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.servername {
	background-image: url(images/n.png); 
	padding-left: 5px; 
	background-repeat: no-repeat;
}

.other {
	border-bottom-color: white;
	border-left-color: #CCC;
	border-right-color: #666;
	border-top-color: #666;
	border: 5px;
	margin-bottom: 10px;
	overflow:auto;
	bottom: 0px;
	visibility: hidden;
}

a {
	color: #CCC;
	text-decoration: underline;
}
a.active {
	background-color: black;
}
a:hover, .main a.active:hover {
	text-decoration: none;
	color: #fff;
}

.explain_section {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
}

.ads {
	border-top-color: #5fa520 !important;
}
.ads a {
	color: #222;
	text-decoration: underline;
}
.ads a:hover,  a.active:hover {
	text-decoration: none;
}
