body {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-family: verdana, arial, helvetica;		
	scrollbar-base-color: 333333;
	scrollbar-track-color: 616965;
	scrollbar-face-color: 3A423E;
	scrollbar-highlight-color: FFFFFF;
	scrollbar-3dlight-color: A9B0AD;
	scrollbar-darkshadow-color: 000000;
	scrollbar-shadow-color: 838C88;
	scrollbar-arrow-color: FFFFFF; 
	margin: 10px;
}

ul {
	margin-left: 30px;
}

a {
	color: #0DCBE4;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.serverup, .server_status_all_up {
	color: #63B55D;
}
.serverdown, .server_status_all_down, .server_status_down {
	color: #ff8888;
}
.serverunavailable, .server_status_locked, .server_status_partial {
	color: #ffbb00;
}

.serverStatus {
	margin-bottom: 20px;
}

.updates em {
	font-weight: bold;
}

.updates .toc {
	margin-bottom: 20px;
}

.updates .toc a {
	font-weight: bold;
}


.btt {
	text-align: center;
	margin-top: 30px;
}