body {
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: url("CAVEWL4.png");
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	font-size: 18px;
}
h2 {
	font-size: 24px;
}
a {
	color: rgb(64,255,64);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(64,255,64);
}
a:hover {
	color: white;
}
table.serverlist tr, td, th {
    border: 2px solid white;
	padding: 4px;
	border-collapse: collapse;
	text-align: left;
}
table.serverlist {
	margin: auto;
}

th.sl {
	background-color: grey;
}

td.sl {
	background-color: black;
}

p {
	text-align: justify;
}
table.site {
	border: none;
}
td.menu {
	vertical-align: top;
	font-size: 24px;
	text-align: center;
	min-width: 192px;
	border: none;
}
td.content {
	text-align: center;
	width: 100%;
	border: none; 
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}