body {
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  font-family: verdana;
  font-size: 10pt;
  color: gray;
}
#outer {
  background-color: #131313;
  padding: 100px 0;
  text-align: center;
}
#outer h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
#outer h2 strong {
  color: #157fc8;
}
#outer p {
  color: #ccc;
}
#callaction {
  margin: 70px 0;
  text-align: center;
}
#callaction a {
  min-width: 200px;
  display: inline-block;
  background: #157fc8;
  text-align: center;
  padding: 12px 18px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
