#page{
	padding: 5px;
	border: 1px solid #98AAB1;
	margin: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainTitle, #title{
	color: #006600;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
}
#mainTitle h1, #title h2{
	font-size: 38px;
	font-weight:100;
}
#football-game, #football-game2, #football-game3{
margin:0 auto;
width:90%;
	color: #333333;
	line-height:1.6em;
}
#football-game ul{
padding-left:30px;
}
#football-game li{
padding-left:30px;
}
a:active {
	color: #990000;
}
a:link {
	color: #990000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #990000;
	background-color: #FFFFCC;
}
.error{
background-color:#FFCC66;
font-weight:bold;
color:#FF0000;
border:1px solid #FF0000;
text-align:center;
}