body {
	background-image: url(images/sand.jpg);
	background-color:#C0C0C0;
}
#banner {
	background-color:white;
	color:#660099;
	border:1px solid #660099;
	font-family: "times new roman", serif;
	font-weight:bold;
	font-size:40px;
}
.bannerBorder {
	border:1px solid #660099;
}
.bannerInside {
	width:580px;
	height:100px;
	margin:0 auto;
	border:1px solid white;
}
#menu { 
	background-color:#B9DFC8; 
	border: 2px solid #9ECAB1;
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-weight:normal;
}
#footer { 
	border-top: 2px solid #449384;
} 
hr {
	border:1px solid #449384;
	color:#449384;
	background-color:#449384;
}
a, a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color:red;
}
a:active {
	color: #0000FF;
}
.bbscores {
	width:744px;
	border:1px solid gray;
	border-collapse:collapse;
}
.bbscores td {
	border:1px solid gray;
	padding:4px;
	width:25%;
}
.fbscores {
	width:744px;
	border:1px solid gray;
	border-collapse:collapse;
}
.fbscores td {
	border:1px solid gray;
	padding:4px;
	width:25%;
}
.navprevious {
	width:100px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.navnext {
	width:100px;
	float:right;
	text-align:right;
	margin-bottom:10px;
}
.navhome {
	text-align:center;
}

