#frame {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 775px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 4px solid #990000;
	border-right: 4px solid #990000;
	background-color: white;
	/* ie5win hack begins  (see http://www.tantek.com/CSS/Examples/boxmodelhack.html for info
	IE 5 width is set first, and the width for compliant browsers is set last */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 737px;
}

#header {

}

#content {

}

#footer {
	margin-top: 60px;
	margin-bottom: 12px;
	font-size: .8em;
}

.hilite {
	color: red;
	background-color: transparent;
	font-weight: bold;
}

.legal {
	line-height: 1.3em;
	font-size: .8em;
}

BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	color: black;
	background: #5F5F5F;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

UL {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

LI {
	margin: 0;
	padding: 0;
	padding-top: .4em;
	padding-bottom: .4em;
}

.roster UL {
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.roster LI {
	padding: 0;
	padding-left: 10px;
}

H1 {
	color: #990000;
	background-color: transparent;
	margin-top: .5em;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 1em;
	font-size: 2.5em;
}

H2 {
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
	font-size: 1.6em;
	margin: 0;
	margin-bottom: .5em;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

H3 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: .2em;
	margin-bottom: -.3em;
}

P {
	font-size: 1em;
	padding-left: 30px;
	padding-right: 30px;
}

#footer P {
	padding: 0;
}

A {
	color: #990000;
	background-color: transparent;
}

A:link		{ color: #990000; background-color: transparent; border-bottom: 1px dashed black; text-decoration: none; }
A:visited	{ color: #800000; background-color: transparent; border-bottom: 1px dashed black; text-decoration: none; }
A:hover		{ color: #990000; background-color: transparent; border-bottom: 1px solid black; text-decoration: none; }
A:active	{ color: red; background-color: transparent; border-bottom: 1px solid red; text-decoration: none; }

TABLE {
	margin-left: 30px;
	margin-right: 30px;
	width: 33em;
}

TH.date {
	width: 30%;
}

TH.opponent {
	width: 57.5%;
}

TH.site {
	width: 12.5%;
}