
a:link, a:visited
{
 text-decoration: underline;
 color: white;
}

a:hover
{
 color: red;
 text-decoration: underline;
}


			
Div.Header2
{
 position: absolute; 
 top: 0px; 
 left: 0px; 
 Width: 850px; 
 height: 115px;
}

			
Div.Menu2 
{ 
 position: absolute; 
 top: 115px; 
 left: 0px; 
 width: 850px;
 background color: #324566;
 height: 65px; 
}
			
Div.Sched1
{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 195px;
	height: 640px;
	background-color: #efeadb;
	
}
Div.Sched2
{
	position: absolute;
	top: 180px;
	left: 0px;
	width: 180px;
	height: 640px;
	background-color: #efeadb;
	margin-left: 15px;
}

Div.Main2
{
 position: absolute;
 top: 180px;
 left: 195px;
 margin-left: 15px;
 height: 640px;
 width: 615px;
}


			

		   