

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  position: relative;
}

h1 {
  font-family: 'Roboto', sans-serif;	
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1;
}

h2 {
  font-family: 'Roboto', sans-serif;	
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;

}


#site {max-width: 850px; margin: 0 auto; background-color: white; clear: both; padding: 0px; text-align: left; }
#header {max-width: 850px; height: 150px; background-color: white;}
.clear{clear: both; }

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

