<!--
BODY{
  background: #bfffff;
  font-size : 12px;
  margin-top : 1px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
}
TABLE{
  font-size : 12px;
  line-height : 15px;
  letter-spacing : 1px;
}
h1{
 color: red;
 font-size: 16px;
 font-weight: bold;
 line-height: 20px;
 letter-spacing : 1px;
 margin: 7px;
 text-align: center;
}
h2{
 color: white;
 background: #00cc00;
 font-size: 14px;
 font-weight: bold;
 line-height: 20px;
 margin: 5px 0px 5px;
 text-align: center;
}
h3{
 color: red;
 background: #00cc00;
 font-size: 14px;
 font-weight: bold;
 line-height: 20px;
 margin: 7px 5px 7px 5px;
 padding: 0px 0px 0px 50px;
}
h4{
 font-size: 13px;
 font-weight: bold;
 line-height: 17px;
 margin: 5px 5px 5px 5px;
 padding: 0px 0px 0px 10px;
}
p{
 font-size: 12px;
 line-height : 15px;
 letter-spacing : 1px;
 margin: 8px 0px 8px 7px ;
}
.p{
 font-size: 12px;
 line-height : 25px;
 letter-spacing : 1px;
 margin: 8px 0px 8px 7px ;
}
.n{
 font-size: 12px;
 line-height : 15px;
 letter-spacing : 1px;
 margin: 0;
 padding: 0px 0px 5px 0px;
}
.m{
 color: white;
 background: #cc00cc;
 font-size: 14px;
 font-weight: bold;
 line-height: 20px;
 margin: 5px 0px 5px;
 text-align: center;
}
.ud{
 border-width : 1px 0px 0px 0px;
 border-style : solid;
 border-color : black;
}
.td{
 border-width : 1px;
 border-style : solid;
 border-color : black;
}
.ld{
 border-width : 0px 0px 0px 1px;
 border-style : solid;
 border-color : black;
}
.rd{
 border-width : 0px 1px 0px 0px;
 border-style : solid;
 border-color : black;
}
br { letter-spacing: 0 ;}
-->