body {

  	font-family: Tahoma, "Times New Roman", Times, serif;

	font-size: small;

	background-color: #69c;

	color: #fff;

	margin-left: 5px;

}



hr {

  	color: #fff;

  	background-color: #fff;

  	border: 1px solid brown;

  	height: 4px;

  	width: 100%;

}



.container {

  	background-color: #fff;

  	border-top: 3px solid #333;

  	border-left: 3px solid #333;

  	border-bottom: 11px solid #333;

  	border-right: 11px solid #333;

  	margin-bottom: 10px;

  	margin-top: 5px;

  	color: #333;

  	width: 650px;

  	position: relative;

  	left: 25px;

}



.containerText {

  	border-top: 6px solid #faa;

  	border-left: 6px solid #faa;

  	border-bottom: 2px solid #faa;

  	border-right: 2px solid #faa;

  	padding: 2px;

}



.header {

	font-weight: bold;

	font-size: large;

}



.address {

	font-size: x-large;

}



.menu {

  	border-top: 3px solid white;

  	border-left: 3px solid white;

  	border-right: 11px solid white;

  	border-bottom: 11px solid white;

  	width: 733px;

  	background-color: #333;

}



.splash {

  width: 450px;

  margin-top: 0px;

}



a, a:link, a:visited {

	color: #faa;

	background-color: #333;

} 



a:hover {

	color: white;

} 

.tuitionScales
{
	border-top: solid 1px black;
	border-left: solid 1px black;
	width: 100%;
}

.tuitionScales td
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}