body {
	font-family: Signika-Regular;
	color: #0e3a04;
	text-shadow: 1px 1px 1px #fff;
	}
	
h1 {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	}
	
ul {
		list-style-type: none;
		}
		
legend {
	background: #fff;
}
		
fieldset {
	border:1px solid #a8c1d5; 
	width: 380px;
	float: left;
	height: 150px;
	text-shadow: -1px 1px 1px rgba(255,255,255, 0.7), 1px 0px 1px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	margin-left: 40px;
	}
	
	fieldset.field1 {
		background: #60a917;
	}
	
	fieldset.field2 {
			background: #0f3a7d;
	}
	
	fieldset.field3 {
			background: #852B99;
	}
	
	fieldset.field4 {
		background: #f29b38;
	}
	
	fieldset.field5 {
		background: #901504;
	}
	
	fieldset.field6 {
		background: #D84A38;
	}
		
	
a {
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	}

	


	

