body
{
	background-color:	#ffffcc;
}
a:link
{
	color:			#00099f;
}
a:visted
{
	color:			#669966;
}

a:active
{
	color:			#0099cc
}

h1
{
	color:			green;
	font-family:		"Arial";
	font-size:		24pt;
}

h2
{
	color:			black;
	font-family:		"Helvetica";
	font-size:		14pt;
}

a.menu
{
	font-family:		"Helvetica";
	font-size:		10pt;
}

p
{
	font-family:		"Helvetica";
	color:			black;
	font-size:		11pt;
}

td.menu
{
	background-color:	#ffffcc;
}

td.form
{
	font-family:		"Helvetica";
	color:			green;
	font-size:		10pt;
}

table.roster, table.schedule
{
	border-width:		0px;
	border-style:		solid;
	font-family:		"Helvetica";
}
td.roster_header, td.schedule_header
{
	border-width:		1px;
	border-style:		solid;
	padding:		5px;
	font-weight:		bold;
	font-size:		12pt;
}
span.roster_teamname
{
	font-size:		8pt;
	color:			green;
}
td.roster_player, td.schedule_game
{
	border-width:		1px;
	border-style:		solid;
	padding:		3px;
	font-size:		8pt;
}

td.schedule_game
{
	border-width:		1px;
	border-style:		solid;
	padding:		3px;
	font-size:		8pt;
	text-align:		center;
}

span.schedule_score
{
	color:			red;
	font-weight:		bold;
}
