.mainbox  {
	border: 1px solid #666666;

 }
 
.varsity {
	background-color: #7F7F7F;
	height: 500px;
	width: 317px;
	border: 2px solid #5E5E5E;
	overflow: auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.highschool {
	
	height: 475px;
	width: 550px;
	overflow-x:hidden;
	overflow-y: scroll;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}

.highschooltop {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5E5E5E;
	border-right-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
	border-left-color: #5E5E5E;
}

.arts {
	background-color: #262626;
	height: 800px;
	width: 552px;
	overflow-x: hidden;
	overflow: scroll;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border: 2px solid #FF0;
	text-align: center;
}

.club  {
	border: 3px solid #330000;
 }
 
 .organizations {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}

.contact {
	
	height: 475px;
	width: 552px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}

.border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


A:link {
	text-decoration: none;
	color: #999999;
}
A:visited {
	text-decoration: none;
	color: #999999;
}
A:active {
	text-decoration: none;
	color: #999999;
}
A:hover {text-decoration: none; color:#dc1414;
}
