body {
	background-color: FEFEFE;
	background-image: url('images/bg.jpg');
	background-repeat: repeat
	}

.main {
	width: 750px;
	border: 1px solid black;
	}
.toptop {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 00CC00;
	font-weight: bold;
	font-family: verdana;
	}
.toptop2 {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 009600;
	font-family: verdana;
	}
.top {
	width: 750px;
	height: 100px;
	background-image: url('/schools/wjhs/orgs/images/topimageorg.jpg');
	
	}
	
.links {
	height: 16px;
	width: 750px;
	background-color: black;
	font-size: 10pt;
	color: 00CC00;
	font-weight: bold;
	font-family: verdana;
	}
	
.index {
	width: 37px;
	height: 20px;
	border: 1px solid FFDD00;
	}
	
.side {
	width: 198;
	background-color: EEEEEE;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
	
.sideright {
	border: 1px solid black;
	width: 550px;
	background-color: EEE7D5;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-family: verdana;
	}
	
a:link {
	color: blue;
	text-decoration: none;
 }
 
 a:visited {
	color: blue;
	text-decoration: none;
 }
 
 a:active {
	color: 009600;
 }
 
 a:hover {
	color: 009600;
 }
 
 
