body {
    color: black;
    background: white;
    font-family: Verdana, Arial, Helvetica, sans;
    font-size: 11px;
    background-image: url('../img/margin.png');
    background-repeat: repeat-y;
    margin: 20px 20px 20px 110px; 
}

#illustration {
    position: absolute;
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: white;
    text-align: center;
    padding: 2px;
    top: 30px; left: 15px; width: 66px;
}

#homelink {
    background: #CCCCCC;
    position: absolute;
    top: 0px; left: 0px;
    width: 99px;
    height: 20px;
}

#uplink {
    background: #DDDDDD;
    position: absolute;
    top: 20px; left: 0px;
    width: 99px;
    height: 20px;
}

h1 {
  margin: 10px 0 40px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

h2 {
  color: #666666;
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
}

h3 {
  color: #666666;
  margin: 15px 0 10px 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
}

p {
  margin: 15px 0px 5px 5px;
  text-align: justify;
}

span.comment {
  font-size: 9px;
}

dl {
  margin-left: 15;
  margin-right: 20;
}

ul { 
  margin: 5px 0 10px 5px;
  padding: 0 0 0 25px;
  list-style: none;
}
ul li:before {
  margin: 0 0 0 -15px;
  color: #555555;
  content: ":: ";
}
ul li {
  margin: 4px 0 4px 0;
}

ul ul { 
  margin: 5px 0 5px 0;
  padding: 0 0 0 25px;
  list-style: none;
}
ul ul li:before {
  margin: 0 0 0 -15px;
  color: #555555;
  content: "::: ";
}
ul ul li {
  margin: 1px 0 1px 0;
}

table {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
tr {
  font-size: 11px;
}
td {
  font-size: 11px;
}

span.fixme {
    color: red;
}

