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


body {
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em;
  font-weight: 400;
  color: #39acc1;
  margin: 0 0 0.5em;
}


h2 {
  font-size: 1.75em;
  font-weight: 400;
  color: #39acc1;
  line-height: 1.5em; 
}

p {
  margin: 0 0 1em; }

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: #287786; 
}

.teaser {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 1em; 
}

