@charset "UTF-8";
/* CSS Document */


body { 
	font-family: 'Signika', sans-serif;
	font-weight:300;
	color: #595957;
	
	text-align:left;		
	}
	
	
p {
	font-weight: 300;	
	color: #595957;
	letter-spacing: 0.1em;
	line-height: normal;
}
	
	
h1 {
	font-size: 1.8em;
	font-weight: 500;	
	color: #595957;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 12px 0 5px 0px;
}


	a:link, a:visited, a:active{
	color:#98B934;	
	text-decoration: none;
	}
	
	a:hover {
	color:#A4291F;
	text-decoration: underline;	
	}