body
{ 
	background-image:url('background.gif');
	background-repeat:repeat;
}
.headerLink
{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	background-color:#5250B9;
}
.sectionLink
{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
	background-color:#6360DF;
	border-left-style:none;
	border-right-style:none;
}
.allBody
{
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}
.watermark
{
	background-image: url('logoWatermark.gif'); 
	background-repeat: repeat-y;
	background-position: top center;
}
.teamoftheweek
{
	font-size:20px; 
	font-weight:bold;
	text-decoration:none;
}
.teamoftheweek:hover
{
	color:#5250B9; 
}
.teamoftheweek:visited
{
	color:#6360DF; 
}