/*
		Information boxes
*/
.info_box { 
	background-color: #fff;
	border: solid #070 2px;
	margin: 10px 60px;
	padding: 10px 25px 20px 25px;
}
.info_box h1 {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}
.info_box p {
	font-size: 14px;
	line-height: 20px;
}
.info_box a {
	font-size: 14px;
	line-height: 20px;
}