@charset "iso-8859-1";
<!--
p.topnavbar a:link, p.topnavbar a:visited { color: blue; text-decoration: none; }
p.topnavbar a:hover { border-bottom: 1px solid; border-top: 1px solid; }
td.title {
	color: black;
	font: bold 22px verdana, tahoma, arial, sans-serif;
	padding-bottom: 13px;
	text-decoration: overline underline;
}
.desc {
	color: gray;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: underline;
}

table.summary {
	font: 11px verdana, tahoma, arial, sans-serif;
	width: 100%;
	border: 1px inset black;
	background-color: #FFFFFF;
}
th.tablehead {
	font: bold 11px verdana, tahoma, arial, sans-serif;
	text-align: center;
	background-color: #DF9300;
	color: #FFFFFF;
}
a.tablehead:link, a.tablehead:hover, a.tablehead:visited {
	font: bold 11px verdana, tahoma, arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.title:link, a.title:hover {
	color: blue;
	text-decoration: none;
}
a.title:visited {
	color: #191970;
	text-decoration: none;
}
a.genre:link, a.genre:hover, a.genre:visited {
	color: #191970;
	text-decoration: none;
}

table.gametable {
	width: 100%;
	margin-bottom: 40px;
	border: 1px inset black;
	background-color: #FFFFFF;
}
td.tablehead {
	font: bold 25px verdana, tahoma, arial, sans-serif;
	text-align: center;
	background-color: #DF9300;
	color: white;
	padding: 3px;
}


a.developer:link, a.developer:visited {
	color: red;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.developer:hover {
	color: red;
	text-decoration: none;
	border-bottom: none;
}

a.src:link, a.src:visited {
	color: navy;
	text-decoration: underline;
}
a.src:hover {
	color: navy;
	text-decoration: none;
}

a.gametitle:link, a.gametitle:hover, a.gametitle:visited {
	color: black;
	text-decoration: none;
}
td.play {
	padding-top: 30px;
	padding-bottom: 10px;
}
td.play a:link, td.play a:visited {
	color: darkblue;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}
td.play a:hover {
	border-bottom: 1px dashed;
}
td.play a.comments:link, td.play a.comments:visited, td.play a.comments:hover {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

td.screenshot {
	width: 215px;
	height: 190px;
}

hr {
	margin-top: 15px;
}
// -->