body {
	background-image: url("/images/background.jpg");
}
div, h1 {
	text-align: center;
	margin: auto;
}
table {
	width: 100%;
	padding: 3px;
}
.image {
	text-decoration: none;
}

li {
	font-size: x-large;
}

.header {
	background-color: blue;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}
tr.gameheader {
	text-align: left;
	line-height: 125%;
}

th.header {
	font-size: small;
	padding: 2px;
}

.header a {
	color: white;
}

td.header {
	font-size: medium;
}

td.footer {
	font-size: medium;
}

.info {
	font-family: sans-serif;
	font-size: x-small;
}

td.button {
	width: 12%;
	text-align: center;
	vertical-align: top;
}
a:hover {
	color: #403d2b;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #202add;
}
.htitle {
	width: 30%; 
	text-align: left;
}
.hsize {
	width: 20%; 
	text-align: right;
}
.hseq {
	width: 30%; 
}
.hcom {
	width: 20%; 
}
fieldset {
	border: none;
}
legend {
	display: none;
}
