pre, code {
  font-family: "Bitstream Vera Sans Mono", monospace;
  font-size: 15px;
}

pre {
  background-color: #000;
  color: #fff;
  padding: 5px 5px 5px 15px;
  font-size: 15px;
  line-height: 1.3em;
}

.content p { margin: 20px 0; }
.content .post { margin-bottom: 50px; }
.content .post .meta { font-style: italic; border-bottom: 1px solid #000; text-indent: 0; margin: 20px 20px 0 20px; }
.content .post .meta a { text-decoration: none; }
.content .post .meta a:hover { text-decoration: underline; }
.content .post-infos { font-style: italic; text-align: right; }
.posts h2 { border-left: 20px solid #18598b; text-indent: 10px; }

.post p { 
  margin: 20px 0; 
  color:#000;
  font-family:Georgia,Times New Roman,serif;
  font-size:16px;
  line-height:22px;
}

.post ul {
  list-style-type: disc;
  margin: 15px 50px;
}

.post ol {
  list-style-type: upper-roman;
  margin: 15px 50px;
}

.content h2 {
  color: #18598b;
  font-size: 150%;
  font-familly: Tahoma;
  margin: 20px 0 5px 15px;
}

.content h3 {
  font-size: 25px;
  padding-left: 30px;
  text-decoration: underline;
}
