body {
width: 90%;
font-family: sans-serif;
  margin: 2em;
  padding: 2em;
  font: 400 1em  Verdana, Helvetica, sans-serif;
  line-height: 1.5em;
  background-color: white;
  color: black;
}

pre {
  font: 400 1.0em 'Inconsolata','Bitstream Vera Sans Mono','monospace','Courier New',Courier,Fixed;
      font-size: 1.0em;
 padding: 1em;
border: 1px solid;
border-color: gainsboro;
}

pre code {
  line-height: 120%;
  white-space: pre; 
  background: white;
  border-bottom: none;
}


code {

  font: 400 1.0em 'Inconsolata','Bitstream Vera Sans Mono','monospace','Courier New',Courier,Fixed;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #D3D3D3;
}

#bluebar {
    background-color: #3B5998;
    height: 41px;
    left: 0px;    
    top: 0px;
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.highlight  {
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 100%;
    font: 400 2em  Verdana, Helvetica, sans-serif;
}

h1 { font-family: 'Josefin Sans Std Light', arial, serif; }
