<!--
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
}
TD{
  line-height:1.5;
  font-size : 12px;
}
.small{
  font-size:11px;
  line-height:14px;
}
.large{
  font-size:14px;
  line-height:1.5;
}
.title{
  font-size:16px;
  line-height:1.5;
}
.big{
  font-size:18px;
  line-height:1.5;
}
A:VISITED{
  color : fuchsia;
  text-decoration : none;
}
A:LINK{
  color : blue;
  text-decoration : none;
}
A:ACTIVE{
  color : red;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : none;
}
-->