body {
  color: #666;
  font-family: "Optima", "Helvetica", "Arial";
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
    color: #0097ac;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline
}

article {
  font-size: 0.92em;
}

blockquote{
    font-style: italic;
    background: #f9f9f9;
    border-left: 1em solid #eee;
    margin: 1.5em 1em;
    padding: .5em 1em;
}

dt {
    font-weight: bold;
}
dd {
    margin-bottom: .5rem;
}

pre {
  margin: 0;
}

table {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
table th {
  border-bottom: 1px solid #333;
  padding: 6px;
}
table td {
  padding: 6px;
}
