body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: yellow;
	font-size: 12px;
	font-style: normal;
	color: #000099;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {color:#000099}
a:visited {color:#000099}

a:link {color:#FF0000}
a:visited {color:#FF0000}

.invert {
	background-color: #000099;
	color: yellow;
}

.homeMatch {
	color: blue;
}

.awayMatch {
	color: red;
}

.neutralMatch {
	color: black;
}

.smalltext {
	font-size: 10px;
}

.largetext {
	font-size: 18px;
}
