a {	
	color: #001163;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #3B4DA5;	
	text-decoration: underline;
	font-weight: 700;
}

a:visited{
	color: #888EAC;
}
	
body {	
	color: #001163;
	background-color: #ffffff; 
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	left: 15px;
	top: 15px;
	width: 700px;
	height: 200px;
}

#navbox{
	left: 15px;
	top: 217px;
	width: 175px;
	height: 500px;
}

#textbox{
	border: none;
	left: 190px;
	top: 217px;
	width: 555px;
	height: 700px;
}

#footbox{
	left: 196px;
	top: 745px;
	width: 555px;
	height: 100px;
}
