body { 
	background: #FFFFFF url(whitejersey.jpg);
	/* background: #EEB30A url(yellowjersey.jpg); */
	/* background: #004E36 url(greenjersey.jpg); */
	/* background: #B60909 url(redjersey.jpg) */;
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table, tr, td {
	font-weight: bold;
	font-size: 12pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #B60909;
}

a:visited {
	color: #004E36;
}

