@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
@charset "UTF-8";

body {
	background-color: #F3F3F1;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 250%;
	color: #4B7F3D;
}

 .text_footer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #174288;
}

.text_body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 100%;
	color: #000000;
}

.link_yellow {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 150%;
	text-decoration: none;
	color: #CE920F;
}
