body{
	color: #bbb;
}

.backgroundStarry{
	background-image: url(/wb/media/starry.gif);
	background-repeat: repeat;
}

.bold{
	font-weight:bold;
}

.noBorder{
	border-width:0px;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left:
}

.floatClear{
	clear:both;
}

.backgroundBlack{
	background-color:#000;
}

.mainHeader{
	font-family: sans-serif;
	color:#fff;
	padding:5px;
	margin-left:150px;
	font-size:22pt
}

.mainContent{
	padding:20px;
	margin-left:50px;
	margin-right:150px;
	font-size:17px;
}

.centerImage{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.centerText{
	text-align:center;

}

.onBlack a:link, .onBlack a:visited{
	color: #888; 
	text-decoration: none;
}

.onBlack a:active, .onBlack a:hover{
	color: #bbb; 
	text-decoration: none;
} 

.onBlack .selected{
	font-weight:bold;
} 	 

.bottomNav{
	font-family: sans-serif;
}

.bottomNav a, .bottomNav .selected{
	margin-left:8px;
	margin-right:8px;
}
