<!-- 6up L Text -->
BODY {
  background:white;
  margin-top:13px;
  margin-bottom:0px;
  table-layout:fixed;
  margin-left:0px;
  font-family:"‚l‚r ‚oƒSƒVƒbƒN";
}
TBODY {
  font-size : 13px;
}
.b {
  color: blue;
}
.r {
  color: red;
}
A {
  text-decoration:none;
}
A:link{
  color : blue;
}
A:visited{
  color : blue;
}
A:ACTIVE{
  color : red;
}
A:HOVER{
  color : red;
  text-decoration:underline;
}
