#games {
	background-color:black;
	color:white;
	font-family:monospace;
	margin-left:20px;
	margin-right:40px;
	border: 2px gray groove;
}
.list > th {
	font-weight:bold;
	text-align:left;
	border-bottom: 1px dashed white;
	width: 200px;
}
.list{
	width:580px;
	margin-left:20px;
	
}
.list > td {
	text-align:left;
	background-color:black;
	border-bottom: 1px dashed white;
}
#content {
	margin-top:40px;
	
}
a.gamelink:link {
	color:white;
	text-decoration:none;
}
a.gamelink:hover {
	color:black;
	background-color:white;
}
a.gamelink:visited {
	color:gray;
	text-decoration:none;
}
