body
{
      font-family:  Garamond, 'New Century Schoolbook', 'Times new roman', Times, Verdana;
      font-size: 13pt;
      background: #eccca8;
      color: #404818;
      margin:10px; 
      padding:0px;
      text-align:justify;
}
h1 {
    font-size:32pt; 
    font-weight : bold;
    text-align:center;
   }
h2 {
    font-size:20pt; 
    font-weight : bold;
    text-align:center;
   }

#box0 {
      -moz-border-radius: 6px;
      color: #404818;
      background-color: #eccca8;
      text-align:center;
      border: none;
      margin:0px;
      padding:10px;
      height:40px;
      z-index: 1;
}
#box1 {
      -moz-border-radius: 6px;
      color: #404818;
      background-color : e4c4a2;
      text-align:justify;
      border: none;
      margin:10px;
      padding:20px;
      z-index: 0;
}
#box2 {
        -moz-border-radius: 6px;
        background-color : #dce0d3;
        border: 1px solid black;
        margin:10px;
        padding:10px;
}

td.a {
      -moz-border-radius: 8px;
      color: #404818;
      background-color : #dce0d3;
      text-align:justify;
      border: 1px solid black;
      margin:10px;
      padding:10px;
}
td.b {
      -moz-border-radius: 8px;
      color: #404818;
      background-color : #dce0d3;
      text-align:justify;
}
td.x {
      -moz-border-radius: 8px;
      color: #404818;
      background-color : #dce0d3;
      padding:5px;
      border: 1px solid black;
      font-weight: bold;
      text-align:center;
}
td.pic {
      -moz-border-radius: 8px;
      text-align:center;
      width=260px;
      padding:5px;
}

a:link {
        color:#404818;
        font-weight: bold;
        text-decoration:none;
}

a:active {
        color: #ffff00;
}

a:visited {
        text-decoration:none;
        color:#404818;
}
a:hover {
        font-weight: bold;
        font-stretch: condensed;
        color:#601010;
}

HR {
      border-width:1px;
      border-style:insed;
}

P.authorlist {
        font-family: Helvetica, sans-serif;
        font-size: smaller;
        font-weight: bold;
        text-align: center;
}
