﻿body {
  margin: 0px 0px 20px 3px;
}

a         { color: #99d;    text-decoration: none; }
a:link    { color: #99d;    text-decoration: none; }
a:visited { color: #b4b4dd; text-decoration: none; }
a:active  { color: #aaf; }
a:hover   { color: #d62; }

h1 {
  margin: 0px;
  padding: 0px;
  font-size: huge;
}

h2, h3 {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #aaa;
}

/* entry titles and permalinks */

h1.title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-large;
  color: #ccc; 
  font-weight: bold;
  margin-top: 15px;
}

h1.title a, h1.title a:link, h1.title a:visited {
  color: #bbb; 
  text-decoration: none;
}

h1.title a:hover {
  color: #ddd;
}


h1.title a .permaLinkSymbol {
  display: none;
}

h1.title a:hover .permaLinkSymbol {
  display: inline;
  color: #d62;
}

pre {
  font-family: monaco, monospace;
  font-size: 9pt;
  line-height: normal;
}

