html { 
  scrollbar-face-color: #666666;
  scrollbar-highlight-color: #666666;
  scrollbar-lightshadow-color: #666666;
  scrollbar-darkshadow-color: #666666;

 }

body { 

  background-image:url('forestl2.jpg');

  font: 14px/1.33 "Gill Sans", "Gill Sans MT", sans-serif;
  color: white;
}

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

a:hover { 
  text-decoration: underline;
 }

h3 { 
  color:#173123;
  margin-bottom: -1px;
 }
h4{ 
  padding-left: 20px;
  margin-top: -1px;
  margin-bottom: -1px;
 }
.menu  { 
    position: fixed;
    top: 3px;
    left: 3px;
    width: 258px;
    padding: 20px;
    color: #cccccc;
}

.main { 
  position: absolute;
  top: 3px; 
  left: 330px;
  font: 14px/1.33 "Gill Sans", "Gill Sans MT", sans-serif; 

 }
.stories { 
  margin: 1em 3em 0em 1em;
  color: black;
 }

a.stories { 
  color:#bbbbbb;
 }