  /********** Menu *********/

  .menu {
      font-family: Verdana;
      font-size: 9pt;
      font-weight: bold;
      color: white;
      background-color: #52b884;
      text-decoration: none;
  }

  a.storelink:link,a.storelink:visited,a.storelink:active {
    color: #f96a08;
    font-weight: bold;
  }

  a.storelink:hover {
    color: red;
    font-weight: bold;
  }

  .menu a {
      color: white;
      text-decoration: none;
  }

  .menu a:visited {
      color: white;
      text-decoration: none;
  }

  .menu a:link {
      color: white;
      text-decoration: none;
  }

  .menu a:hover {
      color: white;
      text-decoration: none;
  }

  .menu a:active {
      color: white;
      text-decoration: none;
  }

  /********** Menu Highlight *********/

  .menu_highlight {
      font-family: Verdana;
      font-size: 9pt;
      font-weight: bold;
      color: black;
      background-color: #eacb3a;
      text-decoration: none;
      cursor: hand;
  }

  .menu_highlight a {
      color: black;
      text-decoration: none;
  }

  .menu_highlight a:visited {
      color: black;
      text-decoration: none;
  }

  .menu_highlight a:link {
      color: black;
      text-decoration: none;
  }

  .menu_highlight a:hover {
      color: black;
      text-decoration: none;
  }

  .menu_highlight a:active {
      color: black;
      text-decoration: none;
  }

  .storelist {
    list-style-type: square;
  }

  .storetitle {
    font-size: 10px;
    font-weight: bolder;
  }

  .storeborder {
    background: #eeeeee;
    border: 1px solid #999999;
    padding: 6px;
    margin: 4px;   
  }

  .storeborder2 {
    background: #ffffff;
    border: 1px solid #999999;
    padding: 4px;
  }

  .small {
    font-size: 10px;
  }  

  .storemission {
    font-size:12px;
    font-weight:bold;
    padding:4px;"
  }

  /********** Custom *********/

  td {
      font-family: Verdana;
      font-size: 10pt;
  }


  h1, h2, h3 {
      font-family: Arial;
      text-align: center;
      font-style: normal;
      font-weight: bold;
      color: #339966;
  }

  .footer {
      font-family: Verdana;
      font-size: 18pt;
      color: white;
      font-style: italic;
  }

  .gallery {
      font-family: Verdana;
      font-size: 8pt;
      color: black;
      background-color: #eeeeee;
  }

  .picture {
      border-style: solid;
      border-width: 1px;
      border-color: black;
  }

  .shade1 {
      background-color: #eeeeee;
  }

  .shade2 {
      background-color: #dddddd;
  }
  
  /********** Body Links *********/

  a {
      color: black;
  }

  a:visited {
      color: black;
  }

  a:link {
      color: black;
  }

  a:hover {
      color: green;
  }

  a:active {
      color: black;
  }

