
.content{
	padding: 5px;
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
	color: #BBB;
}
.content p{
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 10pt;
}
.content h1{
	font-size: 20pt;
	text-transform:uppercase;
	text-align: center;
	color: #C00;
}
.content h2{
	font-size: 18pt;
	color: #C00;
}
.content h3{
	font-size: 15pt;
	color: #C00;
}
.content h4{
	font-size: 13pt;
	color: #C00;
}

.content a{
	font-family:Tahoma,Arial,Helvetica,Sans-Serif;
	color: #DDD;
}
.ownerTable{
	width: 100%;
}
.ownerTable img{
	width: 200px;
}
.adminTable{
	width: 100%;
}
.adminTable img{
	width: 166px;
}
.memberTable{
	width: 100%;
}
.memberTable img{
	width: 166px;
}
.serverList{
	border: 1px solid #C00;
	width: 100%;
}
.serverList tr{cursor: pointer}
.serverListSelected{
	background: #C00;
	cursor: pointer;
}
.playerList{
	border-collapse: collapse;
	width: 100%;
}
.playerList td{
	border: 1px solid red;
}
