/**white url(bccbg.jpg)**/
body {
	background: navy url(court2bg.jpg);
	background-repeat: repeat-y;
	color: navy;}
	
table {
	font: .9em arial, tahoma, verdana, sans-serif;
	background: white;
	color: navy;
	width: 80%;
	margin-top: 0px;
	margin-left: 10%;
	margin-right: 10%;
	border-right: 0px solid navy;
	border-bottom: 0px groove navy;
	border-left: 0px groove white;
	border-top: 0px solid white;
	spacing: 0;}
	
td {
	padding: 5px; }
	
.blue {
	background: navy;
	color: white;}
	
.orange {
	background: orange;
	color: navy;}
	
.bbbg {
	background: white;
	color: navy;}
	
.schedule {
	padding-left: 15px;
	text-align: right;}
	
.question {
	background: transparent;
	color: navajowhite;
	font-weight: normal;
	margin-left: -7px;
	padding: 2px;}
	
.answer {
	background: transparent;
	color: white;
	margin-left: -7px;
	margin-top: -15px;}
	
h1 {
	font: 6em "britannic bold";
	background: transparent;
	color: #ff8c00;}
	
h3 {
	font-size: 1.5em;
	margin-top: -75px;
	margin-left: 10px;
	font-style: normal;}

hr {
	color: navy;
	background: orange;}
	
a: {
	text-decoration: none;
	padding: 2px;
	color: navy;
	background: transparent;}
	
a:link {
	text-decoration: none;
	padding: 2px;
	color: navy;
	background: transparent;}
	
a:visited {
	text-decoration: none;
	color: #cccccc;
	padding: 2px;}
	
a:hover {
	text-decoration: overline underline;
	background: transparent;
	color: navy;
	padding: 2px;}
	
a:active {
	text-decoration: none;
	background: transparent;
	color: white;
	padding: 2px;}

.footer {
	width: 100%;
	text-align: center;
	font: .7em tahoma, sans-serif;
	padding-bottom: 10px;}
	