a {	
	color: #4e4246;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #605a5c;	
	text-decoration: underline;
	font-weight: 700;
}
	
body {	
	color: #4e4246;
	background-color: bcd6f7; 
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	left: 15px;
	top: 10px;
	width: 825px;
	height: 50px;
}

#navbox{
	left: 15px;
	top: 300px;
	width: 175px;
	height: 250px;
}

#textbox{
	background-color: none;
	left: 235px;
	top: 300px;
	width: 625px;
	height: 250px;
}
