body
{
	background-color: black;
	color: white;
}

a
{
	color: white;
	text-decoration: none;
	font-family: Arial, Verdana;
}

.GameTitle
{
	font-size: 80%;
}

.topmenu
{
	text-align: center;
	font-family: Verdana;
}

.links ul li
{
	list-style-type: none;
	font-size: 75%;
}

.gametitle
{
	font-family: Arial;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px white solid;
	border-top: 1px white solid;	
}

.gamedescription
{
	font-size: 75%;
	color: silver;
}

h1
{
	text-align: center;
}