body {
	background-color: #F9F9F9;
	text-align: center;
}
.Wrapper {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: thin #ccc solid;
	text-align: center;
}
.masthead {
	position: relative;
	text-align: center;
	width: 75%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.FooterLinks {
	position: relative;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 15px;
	margin-bottom: 15px;
}
.Stats {
	position: relative;
	width: 50%;
	margin-top: 15px;
	border: thin #CCC solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.GamesWrapper {
	text-align: center;
	position: relative;
	border: thin #CCC solid;
	padding: 5px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.Games{

}
table{
	position: relative;
	text-align: center;
	color: #02243C;
	background-color: #F9F9F9;
	border: thin #02243C solid;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.TRTop{
	font-weight: bold;
	background: #E6E6E6;
	color: #02243C;
}
td {
	border: 1px solid #02243C;
	height: 30px;
}
a:link {
	color: #005DB3;
	text-decoration: none;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
}
a:active {
	color: #5195CE;
	text-decoration: none;
}
a:visited {
	color: #005DB3;
	text-decoration: none;
}
a:hover {
	color: 5195CE;
	text-decoration: none;
}
ul { 
	text-align: left;
	list-style-type: none;
	margin-top = .5em;
}
li {
	padding: 2px;
}
h3 {
	position: relative;
	font-weight: normal;
}
h4 {
	font-weight: normal;
}