body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
} 


a {
  color: #EF543A;
}
a:link {color: #EF543A; text-decoration: underline; }
a:active {color: #973625; text-decoration: underline; }
a:visited {color: #EF543A; text-decoration: underline; }
a:hover {color: #973625; text-decoration: none; }
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.footer {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;

}



/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: none;
  background-color: #fff;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

