body {
  padding: 0px;
  margin: 20px 0px 20px 0px;
  background-color: #eefaee;
  color: #333;
  font-family: 'DroidSans';
  font-size: 10px;
  text-align: justify;
}

@font-face{
    font-family: 'DroidSans'; 
    src: url('DroidSans.ttf') format('truetype');
}

@font-face{
    font-family: 'DroidSansMono';
    src: url('DroidSansMono.ttf') format('truetype');
} 


td {
    font-size: 14px;
    vertical-align: top;
}


.title,h1 {
  color: #444;
  /*background-color: #fff;*/
  font-weight: bold;
  margin-top: 0.33em;
  margin-left: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  font-family: 'DroidSans';
  font-size: 30px;
}

h2 {
    font-family: 'DroidSans';
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0em;
  margin-left: 1.5em;
  margin-right: 3em;
}

h3,h4,h5 {
  color: #999;
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1em;
  letter-spacing: 0.75pt;
}

tt {
  color: #555;
  white-space: pre;
  font-size: 14px;
}

a {
  color: #0000cc;
  background-color: #fff;
  text-decoration: none;
}

a:visited {
  color: #551a8b;
  background-color: #fff;
  text-decoration: none;
}

a:active {
  color: #ff0000;
  background-color: #fff;
  text-decoration: none;
}

a:hover {
  color: #999999;
  background-color: #fff;
  text-decoration: none;
}

.main {
  position: absolute;
  background: #fff;
  margin-right: 1px;
  margin-left: 160px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}

.block {
  border-top: 1.0px dotted #999;
  margin-top: 0em;
  margin-bottom: 1.5em;
  margin-left: 1.75em;
  margin-right: 2.75em;
  text-align: justify;
}

