/* Import the screen styles */ 
	@import "l2-screen.css";.high {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
}
.low {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
}
a:hover img.printpage {
	background-color: #EDEDED;
}
.printpage {
	padding-top: 8px;
	padding-bottom: 4px;
}
.matchup {
	font-size: 150%;
	font-weight: bold;
	color: #EDEDED;
	background-color: #006633;
	text-align: center;
}
tr.starters td {
	font-size: 110%;
	font-weight: bold;
	background-color: #B6C9AF;
}
tr.backups td {
	font-size: 110%;
	font-weight: bold;
	background-color: #B6C9AF;
}
tr.total td {
	font-size: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
}
.winner {
	font-weight: bold;
	border: 1px dotted #006633;
	padding: 1px 4px 1px 4px;
}
#newsite {
	background-color: #FFFF00;
	padding: 12px;
	border: 2px solid #FF0000;
}
