body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.42857;
    color: #333;
}
.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.jumbotron h1 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 3000%;
}
.jumbotron h2 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 250%;
}
.jumbotron h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 200%;
}
.jumbotron h4 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 150%;
}
.jumbotron blockquote{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.jumbotron blockquote p{
    font-size: 20px;
    font-weight: bold;
    color: navy;
    font-size: 170%;
}
.jumbotron p{
    font-size: 100%;
}
.jumbotron {
    font-size: 120%;
//    line-height: 35px;
}
.jumbotron li{
    list-style-type:disc;
    margin-left: 40px;
}

a:link:hover, a:visited:hover {
  color: darkred;
  background-color: yellow;
}

body {
  background-color: white;
  color: black;
}

code, tt {
  font-family: monospace;
  font-weight: bold;
  font-style: normal;
}

pre {
  background-color: gainsboro;
  font-family: monospace;
  font-weight: bold;
  font-style: normal;
  white-space: pre;
  margin-left: 40pt;
  margin-right: 40pt;
  padding: 10pt;
}

pre.src {
  background-color: #eeeeee;
}
a.offer {
    border-radius: 10px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    font-size: 25px;
    text-align: center;
    background-color: #00F;
    font-weight: bold;
    box-shadow: 0px 1px 2px #9B8170;
}
