BODY {
   font-family: arial;
   background-color: #FAD0D0;
   }
   
h1 { font-size: 12pt;
   font-weight: 800;
   }   
   
TABLE.wrap { background-color: #FFF5F5;
border-style: solid;
border-width: 1px;
border-color: black;
   }
   

td.menucolumn { background-color: #FDE7E7;
              border-style: solid;
              border-width: 2px;
              border-color: #D26900;
              width: 220px;
   }
td.contentcolumn { width: 548px;
    }
td.footer { background-color:  #D8D8FF;
          border-top: solid 1px black;
    }
td.header { border-bottom: solid 1px black;
    }

A:link{color: blue; 
       font-weight: 600;
       font-size: 12px;}
A:visited{color: blue; 
       font-weight: 600;
       font-size: 12px;}
       
a.special { font-weight: 700;
          font-size: 15px;
          color: red;
          background: white;
          }

