a {	
	color: #01386d;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #165a9c;	
	text-decoration: underline;
	font-weight: 720;
	font-style: italic;
}
	
body {	
	color: #01386d;
	background-color: #e2f0fd; 
	font-family: san-serif;
	font: Arial;
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#container_heading1 {
	top: -200px;
	left: -375px;
	width: 225px;
	height: 250px;
	position:relative;
	z-index:3;
}

#container_heading2 {
	top: -440px;
	left: +420px;
	width: 300px;
	height: 270px;
	position:relative;
	z-index:2;
}

#container_heading3 {
	top: -720px;
	width: 739px;
	height: 300px;
	position:relative;
	z-index:1;
}

#container_text {
	top: 355px;
	position:absolute;
}