.menu { 
	font-family: Arial;
	color: white;
	font-size: 8pt;
	text-decoration: none;
	}
.menu:hover {
	color: yellow
	}
.header {
	font-family: Arial;
	color: #EAF4BA;
	font-size: 10pt;
	}
.team {
	font-family: veranda;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	}
.team:hover {
	color: green;
	}
.week {
	font-family: veranda;
	color: black;
	font-size: 11pt;
	text-decoration: none;
	}
.week:hover {
	color: red;
	}
.rules {
	font-family: veranda;
	color: black;
	font-size: 12pt;
	text-decoration: none;
	}
.score {
	font-family: veranda;
	color: black;
	font-size: 10pt;
	text-decoration: none;
	}
.link {
	font-family: arial;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	}
.link:hover {
	color: red;
	}
.player {
	font-family: arial;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	}
