*{
	padding: 0;
	margin: 0;
	border: 0;
}

a:link,a:visited{
	color: red;
}

a:hover,a:active{
	text-decoration: none;
}

h1{
	margin: 15px 0 15px 0;
	text-align: center;
	color: darkgreen;
}

h1 span{
	font-weight: normal;
	font-size: 0.5em;
}

#notes{
	margin-bottom: 15px;
	color: red;
	text-align: center;
	font-size: 2em;
}

#game{
	margin: 0px auto;
}
#game td{
	padding: 10px;
	border: medium double black;
}

td img{
	padding: 10px;
	border: medium double white;
}

.selected{
	border: medium double green;
}

.show{
	border-bottom: medium double red;
}

.bottom{

}

h3 {
	text-decoration: underline;
	margin: 20px 0 5px 0;
	text-align: center;
}

ul{
	margin-top: 5px;
	text-align: center;
}

ul li{
	display: inline;
	margin: 0 20px;
}

.sidenote {
	font-size: 0.8em;
}
.sidecount td {
	padding: 3px;
	border: none;
	font-size: 0.8em;
}


