@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);

h1, h2, h3, h4 {
    font-family: Baskerville, "Baskerville Win95BT", "Times New Roman", Times, serif;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.35em;
    color: #333;
    margin: 0px;
    padding: 0px;
}

pre {

}

#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  width: 35em;
}

a[href] {
  color: #000;
}


pre.session {
  background: #ddd;
  border-left: solid 2px #ccc;
  padding: 0.5em;
  overflow: auto;
}
