body {
  background-image: url(./stuff/bkg.png);
  color:#ffffff;
}

pre, code, tt {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.95em;
}

body {
  font-family: Georgia, 'Bitstream Charter', Garamond, 'Times New Roman', Times, serif;
}

h1 {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #FFF;
  vertical-align: baseline;
}

h2 {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  color: #EEE;
  vertical-align: baseline;
}

h3 {
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #CCC;
  vertical-align: baseline;
}

p {
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom:2px;
  font-size:12pt;
}

hr {
  clear:both;
}

a:link {
  color:#ddddff;
}

a:visited {
  color:#ccccff;
}

a:hover {
  color:#ffffff;
}

#header {
  font-weight: bold;
}

#blog_link a {
  font-family:'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  font-size: 22px;
  color: white;
  text-decoration: none;
  vertical-align:20%;
}
#blog_link a:hover,
#blog_link a:hover
{
  text-decoration: underline;
}


li {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size:12pt;
}
ol {
  margin-top:2px;
}
ul {
  margin-top:2px;
}

div.highlight {
  background-image: url(./stuff/highlight-bkg.png);
  margin-left: 15px;
  padding: 8px;
  border-left: medium groove rgb(221,255,255);
  border-top: medium groove rgb(221,255,255);
}

