<style type="text/css">
<!--
    BODY {
      color: #000;
      font: 16px  "Comic Sans MS", serif;
      margin-left: 5%;
      font-weight: bold;
      margin-right: 15%;
    }

    A:link { color: #FFFFFF; text-decoration: none}
    A:visited { color: #FFFFFF; text-decoration: none}
    
    H1 {                          /* area 1 */
      font: 35px Garamond, serif;
      font-weight: bold;
      font-style: italic;
      
      float: center;
      width: 30%;
      text-align: right;
      margin-top: 0.8em;
      margin-below: 0.8em;
    }

    TABLE {
    }
 
    TABLE TR {
    }

    TABLE TD {
     font: 14px "Comic Sans MS", serif;
    }

    TABLE.PRODTBL {
      border-width: 0pt 0pt 0pt 0pt;
      border-style: double;
      font-weight: bold;
      border-color: #72B70F; 
    }
 
    TABLE.PRODTBL TR{
   }

    TABLE.PRODTBL TD {
	font: 14px "Comic Sans MS", serif;
    }
    
    UL.CATLIST {
      font: 14px "Comic Sans MS", serif;      
      border-width: 0pt 0pt 0pt 0pt;
      border-style: double;
      font-weight: bold;
      border-color: gray;       
    }

    UL.CATLIST LI.cat {
      font: 14px "Comic Sans MS", serif;
      font-weight: bold;
      color:#f93;
      list-style-type:square;
      }

    UL.CMDLIST {
      border-width: 0pt 0pt 0pt 0pt;
      border-style: double;
      border-color: gray;       
     font: 14px "Comic Sans MS", serif;
      color: #b93; 
      font-weight: bold;
      list-style-type: disc;
      text-align: left;
    }

    UL.CMDLIST LI{

      text-align: left;
    }     
     
    .main-nav {
      float: center;
      text-align: center;
    }


    H2 { font: 20px sans-serif }
    ADDRESS { font: 11px sans-serif;}

-->
</style>