body {
  font-family: Helvetica Neue, Arial, sans-serif;
  overflow-x: hidden;
  background-color: #FBFBFB;
}



#siteHeader{
  background-color: #585858;
  padding-left: 10px;
  color:#B1B1B1;
}

#siteFooter{

  background-color: #585858;
  padding-left: 10px;
  color:#B1B1B1;
}


h1 {
  font-weight: 200;
  margin-top: 5px;
  color: #ffffff; /*  #ff7300 */
  font-size:5vmin;
}

h2 {
  font-weight: 300;
  margin: 0 0 10px;
  color:  #ff7300; /* #999 */
  font-size:20px;
}


h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
}


a {
  color: #000000;
  text-decoration: underline;
}
