html, body {
  margin: 0px;
  padding: 0px;
}
html,body,td {
  text-align:     justify;
  vertical-align: top;
  font-family:    Verdana, Arial, Sans, Tahoma;
  font-size:      12px;
  }

a {
  text-decoration: none;
  }
a:link,a:visited {
  color: #1111AA;
  text-decoration: none;
  }
a:active {
  color: #0000AA;
  text-decoration: none;
  }
a:hover {
  color: #5555AA;
  text-decoration: underline;
  }

p {
 margin-bottom: 5px;
 margin-top: 0px;
 /*text-indent: 20px;*/
 }

h1,h2,h3,h4,h5,h6 {
  text-align:     center;
  padding:        0px 0px;
  margin:         5px 0px 10px 0px;
  font-weight:    bold;
  }
.biggest, h1    { font-size:  22px; }
.big, h2        { font-size:  18px; }
.bigger, h3     { font-size:  16px; }
.normal, h4     { font-size:  12px; }
.small, h5      { font-size:  11px; }
.extrasmall, h6 { font-size:  9px;  }

.cell_light   { background: #FFFFFF }
.cell_semilight { background: #FFFFDD }
.cell_medium  { background: #FFFFCC }
.cell_dark    { background: #FFFF88 }
.cell_darkest { background: #EEEE44 }



  

