div.header
{
  line-height: 1.4em;
  border-bottom: solid black 1px;
}

div.header span.header_title
{
  float: left;
}

div.header_date
{
  text-align: right;
}

div.content
{
  width: 60%;
  margin: 0px auto;
}

div.content_block
{
  background: #EEEEEE;
  padding-bottom: 0.1em;
}

div.code
{
  background: #FEFEFE;
  border: solid 1px black;
  width: 80%;
  margin: 1em auto;
  padding: 5px;
}

div.email
{
  text-align: right;
  font-size: 10pt;
}

h1
{
  margin: 0 0 0 0;
  padding: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;  
  text-align: left;
  line-height: 1.4em;
}

h2
{
  border-bottom: solid 1px #B0B0B0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;  
  text-align: left;
  line-height: 1.4em;
}


