
a {
	color:#08c; 
	text-decoration:none;
}
a:hover {
	color:#fc0; 
}

.maintable a:hover {
	text-shadow:0 0 8px red, 0 0 16px black;
}
h1{
	font-family:tahoma,sans-serif;
}
body{
	font-family:tahoma,sans-serif;
	width:100%;
	height:100%;
	text-align:center;
}
.masthead{
	margin:5em auto 0 auto;
}
.maintable{
	width:70%;

	margin:2em auto 0 auto;
}
.maintable td{
	width:50%;
	text-align:center;
	font-size:2em;
	font-weight:bold;
	vertical-align:top;
}
.maintable p{
	margin-top:0;
	margin-bottom:.5em;
}

.game{
	text-align:left;
	font-size:1.2em;
	margin-left:0.5em;
	margin-right:0.5em;
}