body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	margin-left: 15px;
	font-size: medium;
}

h2 {
	font-size: larger;
}

h3 {
	font-size: large;	
}

a {	
	color: #0000FF;
	text-decoration:none;
}

a:hover {	
	text-decoration: underline;
}


table {
	border:thin;
	border-color:#CCCCCC;
	padding: 3px;
	margin: 0px;
}

td, th {
	line-height: 1em;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	background-color:#eeeeee;
}

td#season {
	vertical-align:text-top;
	line-height: 2em;
	white-space:nowrap;
	text-align:right;
	font-style:italic;
}

td#description {
	text-align:left;
	vertical-align:text-top;
}

textarea {
	font-size: 1em
}

ul {	
	font-size: .75em;	
	list-style-type: none;	
	list-style-position: outside
}

.title td{
	text-align: center;
	font-size: larger;
}

#gameHeader {
	text-align: center;
}

#roster {
	text-align: left;
}
