
body {
	font-family: Verdana;
	color: #ccc;
	background-color: #222;
	font-size: 10px;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

h1 {
	font-size: 28px;
	color: #f0f;
	font-weight: normal;
	margin:0;
}

h2 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin:0;
}

#mapshot {
	width: 256;
	height: 196;
	float: left;
	margin-right: 10px;
}

#serverinfo {
	float: left;
	width: 400px;
	height: 230px;
}
td {
	font-size: 10px;
	padding-right: 5px;
}
tr.h td {
	color: #f0f;
	font-weight: bold;	
}
th{
	color: #f0f;
	text-align:right;
	font-size: 10px;
	padding-right:4px;
}
tr:hover {
	background-color: #fff;
	color: #000;
}
#h {
	float:left;
	width: 236px;
}
#ip {
	margin-left: 40px;
	float:left;
}
#site {
	margin-top: 50px;
	width: 680px;
	text-align: left;
}

a {
	color: #f0f;
	text-decoration: underline;
}
a:hover {
	background-color: #fff;
}