body {
   	background-color: #6666cc;
   	color: #000000;
   	font-family: verdana, arial, sans-serif;
   	margin: 0px;
   	padding: 0px;
}

a:link, a:visited, a:active {
	color: #6666ff;
   	text-decoration: none;
}

a:hover {
	color: #6666ff;
	text-decoration: underline;
}

select {
	color: #000000;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	border-bottom: 1px dotted #cccccc;
}

div {
	margin: 0px;
	padding: 0px;
}

div#header {
   	background-color: #6666cc;
   	color: #000000;
	width: 100%;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: #000000;
	color: #cccccc;
}

div#content {
	padding: 10px;

}

div#menu {
	width: 30%;
	height: 30px;
	float: left;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

div#login {
	width: 70%;
	height: 30px;
	float: right;
	text-align: right;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

div#footer {
   	background-color: #6666cc;
   	color: #000000;
	width: 100%;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

table {
	width: 100%;
}

table#regform {
	width: 60%;
}

table#gamelist {
	width: 60%;
}

table#addgame {
	width: 60%;
}

tr#tabletop {
	font-weight: bold;
}