@charset "utf-8";

/* About box */ 


#contact-box {
	height: 600px;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	padding: 15px;
	margin: 30px;
	border-radius: 5px;
	background-color: #CCFFCC;
	color: #333333;
	border: 2px solid #A3CCA3;
}

#contact-box h1 {
	color: #0F3D0F;
	text-decoration: underline;
	padding: 10px;
}

#contact-box p {
	font-size: 15px;
	padding: 10px;
}



