font { color: black;
       font-size: 10pt;
       font-family: arial, verdana;
     }

font.item { color: #8080FF;
            border-top-width: 1;
            border-left-width: 0;
            border-right-width: 0;
            border-bottom-width: 1;
            border-style: dashed;
            border-color: #8080FF;
          }

b { color: red;
    font-size: 16pt;
  }

table { border-top-width: 0; 
        border-left-width: 1;
        border-right-width: 1;
        border-bottom-width: 0;
        border-style: dashed; 
        border-color: #8080FF;
      }

tr { border-top-width: 1;
     border-bottom-width: 1;
   }

td { align: left;
     valign: center;
     border-left-width: 1;
     border-right-width: 1;
   }


a:link { color: #8080FF; text-decoration: none }
a:active { color: red; text-decoration: none; font-weight: bold }
a: visited { color: purple; text-decoration: none }