#logoTabl {
     margin: auto;
	width: 650;
	border: 1px silver;
	height: 75;
	background-color: #0000cc;
     border-spacing: 15px;
}

#logotabl tr, td {vertical-align: top;
}


section#gamesList caption span {
	color: #ffffff;	
	font-size: .8em;
	font-style: italic;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	right: 0;
	top: -1.4em;
	display: block;
}

section#gamesList table#tableInfo {
	color: #ffffff;
	width: 80%;
	background: #0000ff;
	border: none;
	margin: .5em 0 1em;
}
section#gamesList table#tableInfo th {
	width: 50px;
}
section#gamesList table#tableInfo th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-left: 1em;
	text-align: left;
	line-height: 3;
}
section#gamesList table#tableInfo tr.alt {
	background: #00008b;
}
