body
{
	margin-right: 100px;
	margin-left: 100px;
	background-color: Black;
	color: #e4e4e4;
}

a
{
	color: #00a5a5;
	text-decoration: none;
}

img.sidebar
{
	border-collapse: collapse;
	padding: 0em 0em 0em 0em;
	padding-bottom: -1em;
	margin: 0em 0em 0em 0em;
	border-width: 0em;
	outline-width: 0em;
	table-layout: fixed;
}

div.sideleft, div.sideright
{
	background-color: #101030;
	height: 100%;
	position: fixed;
	top: 0em;
	width: 100px;
	font-size: 0em;
}

div.sideleft
{
	background-image: url("img/sideleft.png");
	left: 0em;
}
div.sideright
{
	background-image: url("img/sideright.png");
	right: 0em;
}

div.center
{
	background-color: Black;
	height: 100%;
	padding-right: 1px;
	padding-left: 1px
}

div.bottom
{
	padding-top: 1em;
	text-align: center;
}

table.submenu
{
	width: 100%;
}

table.submenu td
{
	border-color: Black;
	background-color: White;
	width: 120px;
	text-align: center;
}

table.submenu td a
{
	display: block;
	padding: 3px;
	text-decoration: none;
	color: Black;
}

table.GameTable
{
	width: 100%;
	padding-top: 1em;
	padding-bottom: 2em;
	
}
table.GameTable th
{
	font-size: 2em;
	text-decoration: underline;
}
table.GameTable td
{
	padding: 0.5em;
}
table.GameTable p
{
	text-indent: 1em;
}

