html {
   background: gray;
}

body {
   font: 12pt/14pt Georgia, Times New Roman;
   background: white;
   width: 43em;
   padding: 1cm;
   margin: 1cm auto;
   border: 1px solid black;
}

img { 
   border: 0; 
}

h1 {
   text-align: center;
   font-size: 24pt;
   line-height: 28pt;
}

h1.under {
   margin-top: -10pt;
   margin-bottom: 15pt;
   font: 11pt Trebuchet MS, Arial;
}

h2 {
   display: inline;
   font: small-caps 18pt/22pt Trebuchet MS, Arial;
   border-bottom: 1px dashed black;
}  

h3 {
   font-size: 10pt;
   font-weight: bold;
}

tt, pre, code {
   font: 9pt/11pt Bitstream Vera Sans Mono, Courier New, Courier, fixed;
}

.month-calendar {
   border: 1px solid black;
   padding: 5px;
   float: right;
   font: 10pt Arial, Bitstream Vera Sans, Helvetica, sans-serif;
}

#main {
    width: 30em;
}

#sidebar {
    width: 12em;
    float: right;
    font: 10pt Trebuchet MS, Arial, sans-serif;
}

#sidebar ul {
    padding-left: 1em;
}

#sidebar li {
    list-style: none;
}

