 body {
	 background: #fcefb2;
	 color: #000;}
	 
a {
	color: #67917a;
	text-decoration: none; }
	
a:visited {
	color: #87b19a; }
	
input {
	border: 1px solid #87b19a;
	background: #fff4c6;
	color: #67917a; }
	
.header {
	display: block;
	color: #0094A1;
	font-size: 1.3em;
	text-align: center;
	width: 100%; }
	
.box {
	display: block;
	border: 1px solid  #87B19A;
	background: #FFF5C7 ;
	color: #0094A1 ;
	text-align: center; }
	
.footer {
	display: block;
	color: #87B19A;
	font-size: 0.9em;
	text-align: center;
	width: 100%; }
	
.bg1 {
	background: #6AB07E;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
	
.bg2 {
	background: #F8EA84 ;
	display: block;
	width: 100%;
	text-align: left;
	text-indent: 10px; }
