@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

.body {
	font-family: Helvetica Neue, sans-serif;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	margin-left:15px;

}

a:link { color: #0f5180; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: normal; text-decoration: none; }
a:visited {
	color: #0f5180;
	font-size: 14px;
	font-family: font-family: 'Open Sans', sans-serif; 
	font-weight: normal;
	text-decoration: none;
}


.titles3 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height:40px;
	font-weight: bold;
	color: #057F29;
	margin-bottom:15px;
	margin-left:15px;
	text-align:left;
	background-color:#FFED00;
}



.form_words {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	line-height:14px;
	font-weight: normal;
	color: #a1afd7;
	margin-bottom:10px;
	text-align:center;
	margin-left:25px;
	margin-right:25px;

}
.btn2{background: #ff0000;
    background-image: -webkit-linear-gradient(top, #3ba8e1, #3ba8e1);
  background-image: -moz-linear-gradient(top, #3ba8e1, #3ba8e1);
  background-image: -ms-linear-gradient(top, #3ba8e1, #3ba8e1);
  background-image: -o-linear-gradient(top, #3ba8e1, #3ba8e1);
  background-image: linear-gradient(to bottom, #3ba8e1, #3ba8e1);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 19px;
  padding: 14px 25px 14px 25px;
  text-decoration: none;
  text-align:center;

}




