BODY{
  background-color : #ffffff;
  background-image:   url(../010img/bg0.gif);
  font-size : 90%;
  font-color : #222222;
  text-align : center;
  margin: 0px;
  padding: 5px;
}



a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
H1{
  font-size : 12pt;
  font-weight : bolder;
  color : #222222;
  text-align : center;
  background-position : center;
  background-color : #dddddd;
  border-width : thin;
  border-style : solid;
  border-color : #dddddd;
  padding: 5px;
}
H2{
  font-size : 11pt;
  font-weight : lighter;
  text-align : center;
  background-position : center;
  background-color : #FFee99;
  border-width : thin thin thin thin;
  border-style : solid solid solid solid;
  border-color : #FFee99;
}
H3{
  font-size : 10pt;
  font-weight : bolder;
  color : #990000;
  text-align : center;
  background-position : center;
  background-color : #ffdd00;
  border-width : thin;
  border-style : solid;
  border-color : #ffdd00;
  padding: 5px;
}
TD{
  font-size : x-small;
  font-color : #000000;
  background-color : #ffffff;
  line-height: 150%;
  font-weight : 100;
}  

TH{
  font-size :  x-small;
  line-height: 150%;
  background-color : #ffffcc;
  font-weight : 100;
}

