#games div {
	border: 1px solid #006400;
	font-size: 90%;
	margin: 2px 5px 2px 6px;
}
#games div table.outer tr th {
	text-align: left;
	font-size: 110%;
	background: #006400;
	color: #FFFFFF; 
	padding: 0px 0px 0px 5px;
}
#games div table.outer tr th a {
	color: #B4DD9D;
	font-size: 85%; 
	font-weight: normal;
}
#games div table.outer tr td.hdr {
	border-right: 1px Solid #B4DD9D;
	text-align: center;
	background: #006400;
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
}

#games div table.outer tr td.tdl {
	background: #B4DD9D;
}

#games div table.outer tr td.hdl {
	border-left: 1px Solid #B4DD9D;
	text-align: center;
	background: #006400;
	color: #FFFFFF;
	padding: 0px 0px 0px 5px;
}
#games div table.outer tr td.lnk {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #FFFFFF;
}
#games div table.outer tr td.rev {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}
#games div table.outer tr td.revx {
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}
#games div table.outer tr td.rev:hover {
	text-align: center;
	background: #B4DD9D;
	color: #000000;
	cursor:pointer;	
}
#games div table.outer tr td.lnk:hover {
	text-align: center;
	background: #B4DD9D;
	color: #000000;
	border: 1px solid #006400;
	cursor: pointer;
}
#games div table.outer tr td.at {
	text-align:center;
	font-size:100%;
	font-weight: bold;
	font-style:italic;
	color:#00000;
}
td.scr {
	text-align:center; 
	font-size:130%; 
	color:#640000; 
	font-weight:bold;
}