html, body
{
  margin: 3px;
  padding: 0;
}
body
{
  font-family: "Times New Roman", serif;
  font-size: 11pt;
  background-color: #F8F8F8;
}
a:link
{
  color: blue;
  text-decoration: none;
}
a:visited
{
  color: blue;
  text-decoration: none;
}
a:hover
{
  color: blue;
  text-decoration: underline;
}
div.header
{
  padding: 25px 0 20px 0;
  border-top: thin solid blue;
  border-bottom: thin solid blue;
}
div.header h1
{
  text-align: center;
  letter-spacing: 0.5em;
  color: blue;
  font-family: serif;
  font-size: 240%;
  padding: 0px;
  margin: 0;
}
h3
{
  color: black;
  font-familiy: Arial, sans-serif;
  font-size: 130%;
  margin: 1ex 0 1ex 0;
}
div.footer
{
  border-top: thin solid black;
  margin: 5pt 0 5pt 0;
  padding: 5pt 0 5pt 5pt;
}
div.footer a
{
  font-size: 80%;
  font-family: arial, sans-serif;
  color: darkslategray;
  text-decoration: none;
  margin-right: 5pt;
}
div.footer a:visited
{
  font-size: 80%;
  font-family: arial, sans-serif;
  color: darkslategray;
  text-decoration: none;
  margin-right: 5pt;
}
div.footer a:hover
{
  font-size: 80%;
  font-family: arial, sans-serif;
  color: darkslategray;
  text-decoration: underline;
  margin-right: 5pt;
}
span.at:before
{
  content: "@";
}

