BODY{
  background-color : #ffffff;
  background-image:  url(010img/bg0.gif);
  font-size : 12px;
  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 : 18px;
  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 : 14px;
  color : #880000;
  font-weight : bolder;
  text-align : center;
  background-position : center;
  background-color : #FFee99;
  border-width : thin;
  border-style : solid;
  border-color : #FFee99;
}
H3{
  font-size : 12px;
  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 : 12px;
  color : #222222;
  
  line-height : 150%;
  font-weight : 100;
}  

TH{
  font-size :  12px;
  line-height: 150%;
  
  font-weight : 100;
}

table {
	border: 1px;
}

