body {
      color: #252525;
      font-family: "Trebuchet MS", Verdana, sans-serif;
      font-size: 0.9em;
      width:100%;
      margin:0;
      padding:0;
}
.headline, .foot {
      display: none;
}
.foot {
      font-size:10px;
}
h1 {
      font-size:2em;
      font-weight:100;
      line-height: 2em;
      color:#A02020;
      white-space:nowrap;
      font-style:oblique;
      margin-top:20px;
      padding:0;
      text-align:right;
}
h2 {
      font-size:1.2em;
      color:#A02020;
      border-bottom: 1px solid #E6DCAC;
      font-style:oblique;
      margin:1.5em 2em -0.5em 2em;
      min-width:200px;
}
h3 {
      font-size:0.9em;
      line-height: 1.5em;
      color:#A02020;
      border-bottom: none;
      font-style:oblique;
      margin:0 0 4em 30px;
      min-width:200px;
}
#content {
      margin: 0 auto;
      width: 700px;
}
#content p {
      padding:0 1em;
      text-align:justify;
      min-width:200px;
}
#content ul {
      margin-right:80px;
      min-width:200px;
}
#content li {
      list-style-type:square;
      list-style-position:outside;
      vertical-align:top;
      padding:5px 0;
}
#content .up {
      text-align: right;
      line-height: 1em;
      padding-bottom:1em;
}
a {
      text-decoration: none;
}
a:link {
      color: #0000A4;
      background-color: transparent;
}
a:visited {
      color: #0000A4;
      background-color: transparent;
}
a:hover {
      color: #A02020;
      background-color: #FFFFFF;
}
a:active {
      color: #A02020;
      background-color: #EEEEEE;
}
.pic {
      float:right;
      padding:1px;
      margin:10px 10px 10px 20px;
      border:1px solid #836D04;
}