body{
	text-align: center;
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace
}

h2,h3
{
	text-align: left;
	display: block;
}

ul
{
	list-style-type: none;
	text-align: left;
	float: left;
}

li
{	
	display: inline;
	float: left;
}

a
{
	display: block;
	width: 150px;
	text-decoration: none;
	background-color: #0EA2BD;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
    color: white;
}

p
{
	float: left;
}

table
{
	float: left;
	border-collapse: collapse;
	border-style: solid;
	border-color: dodgerblue;
	text-align: center;
	width: 98%;
}

th, td
{
	border-style: dotted;
}

th
{
	background-color: #000;/*#008000;*/
	color: white;
}

div.runningrecord
{
	float: left;
}

a:hover
{
	background-color: black;
	color: white;
}

table tr:nth-child(odd) {
   background-color: #eee;
}
table tr:nth-child(even) {
   background-color: #fff;
}