      body
      {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        background: #eeeeee;
        color: black;
      }
      .category { font-size: 1.2em; }
      .subcategory { font-style: italic; }
      .name { font-size: 1.5em; }
      a { color: #990000; text-decoration: underline; }
      a.active { color: #cccccc; text-decoration: none; }
      a.visited { color: #008800; text-decoration: none; }
      a.hover { color: #cccccc; text-decoration: underline; }
 

      .head { margin-bottom: 10px; border-bottom: 2px solid black; padding-left: 20px; }
      .head_left { float: left; width: 400px; }
      .head_left_name { font-size: 2em; }
      .head_right { float: right; text-align: right; }
      .head_footer { padding: 5px; clear: both; }

      .section { text-align: left; padding-top: 5px; padding-right: 5px; margin-left: 100px; padding-bottom: 10px; border-bottom: 1px solid black; }
      .section_title { float: left; width: 90px; padding-top: 5px; margin-top: 20px; font-size: 1.2em; }

      .footer { margin-top: 20px; text-align: center; padding: 5px; clear: both; }

