  a:link, a:visited, a:active
  { 
    text-decoration: none; 
    color: white;
  }
  
  a:hover
  { text-decoration: underline; }
  
   html, body {
      margin: 0px;
      padding: 0px;
      border: 0px;
    }

    body {
      background: 009999;
      font-family: Georgia, "Times New Roman", Times, serif;
    }
 
  #header, #hor_menu, #group_menu, #sg_menu, 
  #description, #footer, #headers, #text, h3, .tocart
  {
    font-family: arial;
  }
    
  #header
  {
    font-size: 150%;
    font-weight: bold;
<!--    color: #009999; -->
    color: white;
    padding: 3px;
  }
  
  #hor_menu
  {
    font-size: 12pt;
    color: white;
    text-align: center;  
    font-weight: bold;
    padding: 1px;
  }

  #group_menu
  {
    font-weight: bold;
    font-size: 10pt;
    color: black;
    padding: 10px;
  }
  
  #group_menu a:link, a:visited
  { color: white; }
    
  #sg_menu p
  {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 9pt;
    font-weight: 100;
    padding-left: 20px;
  }
  
  #description
  {
    font-size: 10pt;
    padding: 5px;
  }
  
  #headers
  {
     font-size: 10pt;
     font-weight: bold;
  }
  
  #footer
  {
    color: #009999;
    font-size: 12px;
  }
  
  #text
  {
    padding: 20px;
    color: white;
  }

  tr.hormenu, td.vermenu1
  {
    background-color: #009999;
  }
  
  .tocart
  {
    font-size: 10pt; 
  }
  
  hr { color: gray; border-bottom: 1px solid gray;  }
  .divider { color: white; font-weight: bolder; font-size: 15pt; }