span.site
{
	color:red;
}

a.setuplink
{
	margin-left:10px;
	margin-right:10px;
}

a.setuplink:link
{
	color:green;
	text-decoration:none;
}

a.setuplink:visited
{
	color:green;
	text-decoration:none;
}

a.setuplink:hover
{
	color:green;
	text-decoration:none;
}

a.setuplink:active
{
	color:green;
	text-decoration:none;
}

a.discordlink
{
	margin-left:10px;
	margin-right:10px;
}

a.discordlink:link
{
	color:blue;
	text-decoration:none;
}

a.discordlink:visited
{
	color:blue;
	text-decoration:none;
}

a.discordlink:hover
{
	color:blue;
	text-decoration:none;
}

a.discordlink:active
{
	color:blue;
	text-decoration:none;
}

body
{
	background-image:radial-gradient(circle farthest-side at 10% 60rem,#64646433,#ffffff00);
	color:black;
	font-family:sans-serif;
	padding:10px;
}

div.headline
{
	background-color:white;
	background-image:url(spinning.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	border-style:solid;
	border-width:2px;
	border-color:#E7E7E7;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
}

div.gametitle
{
	padding:5px;
	text-align:left;
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-color:#E7E7E7;
	margin-bottom:5px;
	padding:5px;
	background-image:url(titlebg.png);
	background-repeat:no-repeat;
	background-position:right center;
}

div.navigation
{
	padding:5px;
	text-align:center;
	background-color:#F7F7F7;
	border-style:solid;
	border-width:2px;
	border-color:#E7E7E7;
	margin-bottom:5px;
	padding:5px;
	font-size:80%;
}

div.footer
{
	background-color:white;
	border-style:solid;
	border-width:2px;
	border-color:#E7E7E7;
	padding:5px;
	text-align:center;
	font-size:75%;
}

span.usercount
{
	text-transform:uppercase;
	font-style:italic;
	font-size:75%;
}

span.good
{
	color:green;
}

span.bad
{
	color:red;
}

table.splitter
{
	width:100%;
}

td.left
{
	text-align:left;
}

td.right
{
	text-align:right;
}

tr.bottom
{
	display:none;
	visibility:hidden;
}

table.splitter:hover tr.bottom
{
	display:block;
	visibility:visible;
}

table.groups
{
	border-collapse:collapse;
	border-spacing:0;
}

table.groups td, table.groups th
{
	padding:10px 5px;
	border-style:solid;
	border-width:2px;
	border-color:#E7E7E7;
	overflow:hidden;
	word-break:normal;
	vertical-align:top
}
