/* CSS Document */
.headline {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}
.background {background-color: #FFFFFF;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #0000FF;
}
a:link {
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	color: #FF0000;
}
.Subhead {
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.subsubhead {
	font-size: 14px;
	font-weight: bold;
}
.teamname {font-size: 18px}
