div.logo {
	font-size: 50px;
	font-family: "Times New Roman", serif;
	letter-spacing: 0.3em;
	text-align: center;
}

div.subtitle {
	font-size: 9px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}

div.footer {
	color: #191D19;
	font-size: 8pt;
	text-align: center;
}

body.mainbody {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
}

div.menu {
	color: #191D19;
	font-size: 12pt;
	text-align: center;
}

a.menu { text-decoration: none; font-weight: bold; color: #191D19; }
a.menu:link { color: #191A19; }
a.menu:visited { color: #191D19; }
a.menu:hover { color: #686864; }
a.menu:active { color: #191D19; }

table.gameslist {
	font-family: arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	width: 100%;
	border-style: ridge;
	border-color: grey;
 	border-width: 2px; 
}

th.gameslist {
	font-size: 10pt;
	background-color: #FFFFFF;
	color:black;
	border-color: grey;
 	border-width: 2px;  */
}

tr.gameslist {
	height: 14pt;
	vertical-align: center;
	color: black;
	text-align: left;
	font-size: 8pt;
}

td.gameslist1 {  
	background-color: #D0FFD0;
}

td.gameslist2 {  
	background-color: #A0FFA0;
}


table.gametitle {
	font-family: arial;
	font-size: 8pt;
	background-color: #FFFFFF;
/*	width: 100%; */
}

/* Shamelessly stolen from mobygames.com */
h2.head1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left; 
	border-bottom: 1px solid #CCC;
	color: #0A1C5B;
	margin: 0px 0px 1em 0px;
	padding: 0px 2px 1px 0px;
}

div.info {
	font-family: arial;
	font-size: 8pt;
}

