body{
	font-family: Arial;
	background: white;
	}

table{
	font-size: 10pt;
	}

input.noedit{
	border-style: none;
	font-weight: bold;
	color: blue;
	background: white;
}

input.homeselected{
	background: navy;
	font-weight: bold;
	color: white;
}

input.awayselected{
	background: green;
	font-weight: bold;
	color: white;
}

input.error{
	background: pink;
}

input.notselected{
}