/* A list of games entered, by system */
.gamesbox {
	border: 1px #000 dashed;
	margin-left: 15%;
	margin-right: 15%;
	padding: 1%;
	font-size: .8em;
	margin-bottom: 2em;
}

.gamesbox h1,h2,h3,h4 {
	margin-top: 0;
}

.gamesbox p {
	margin-bottom: 0;
	text-align: right;
}

.gamesbox a {
	background-color: transparent;
        text-decoration: none;
	color: #000;
}

.gamesbox a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #000;
}

.gamesbox a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #009;
}