h1 {
	font-size:17px;
}

p,td,li,table {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.phillies {
	border:1px solid red; 
	width:90%;
	align:center;
	background-color:white;
}

body.phillies {
	background-color:gray;
}


table.cubs{
	border:1px solid red; 
	width:90%;
	align:center;
	background-color:white;
}

body.cubs {
	background-color:blue;
}

table.red_sox{
	border:1px solid red; 
	width:90%;
	align:center;
	background-color:white;
}

body.red_sox {
	background-color:gray;
}


.small {
	font-size: 9px;
}

.large {
	font-size: 16px;
	font-weight:bold;
}



td.center {
	align:center;
	horizontal-align:center;
	text-align:center;
}


.phillies_on {
	color: red;
	background-color: white;
}

.phillies_off {
	background-color: red;
	color: white;
	font-weight:bold;
}

.cubs_on {
	color: blue;
	background-color: white;
}

.cubs_off {
	background-color: red;
	color: blue;
	font-weight:bold;
}

.red_sox_on {
	color: #040266;
	background-color: white;
}

.red_sox_off {
	background-color: #040266 ;
	color: red;
	font-weight:bold;
}
