
      body {
      	background-color: #000000; 
        color: #ffffff
        }
 
       li, td { 
       	font-family: Georgia, Arial, times; 
       	font-size: 13px 
       	}

      a { 
	  color: #ffffff; 
	  font-size: 16px 
	}
     
     .gallery { color: #4F5B36; }
     .gallery:hover { color: #A5B288; }
     
      #navigation {
        text-align: right;
        clear: both;
      }

      #navigation a {
        font-weight: normal;
        text-decoration: none;
        margin-right: 2px;
        border: solid 1px #859baa;
        padding: 3px;
        }

      #navigation a:hover {
        color: #ffffff;
        background-color: #6699cc;
        border-top: solid 1px #ffffff;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        }

      #menu {
        text-align: center;
        clear: both;
      }

      #menu a {
        font-weight: normal;
        text-decoration: none;
        margin-right: 2px;
        border: solid 1px #a5b288;
        padding: 3px;
        }

      #menu a:hover {
        color: #ffffff;
        background-color: #a5b288;
        border-top: solid 1px #ffffff;
        border-left: solid 1px #ffffff;
        border-right: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
        }
    

