BODY {
	background-image: url("/images/llbg_red.png");
}
div.teamname {
	border-color : #a00007;
}

font.event {
	font-size : 15px;
	font-weight : bold;
	color : #3e0003;
}
a:link {  
	color : #3e0003;
}
a:visited {  
	color : #680005;
	}
a:active { 
	color : #000000;
}
a:hover {  
	text-decoration : underline;
}
th {
	background-color : #3e0003;
	color : #ffffff;
}
th.header {
	background-color : #3e0003;
	color : #ffffff;
}
td.teamsubheader { 
	background-color : #9d6366;
	color : black;
 }

.specialDay {
  background-color: #3e0003;
  color: white;
}