/*  CSS for all Poor Howard Site Pages  */
body { 
  background-color: #cccccc;  
  font: x-small Verdana, Geneva, Arial, sans-serif;
  color: rgb(0, 0, 0);
  }
  
 #allcontent {
  width:  800px; 
  padding-top: 5px;
  padding-bottom: 5px;
 }  
 #masthead, .picPH {
  border-width: 3px;
  border-color: rgb(121, 93, 50);
  border-style: solid;
}

 
#accessaid  {
  position: absolute;  
  height: 0px;
  overflow: hidden;
  }

h1, h2 {
  color: rgb(3, 0, 90);
  }
  
p {
  line-height: 1.3em;
  }

a:link { 
  color: rgb(4, 46, 30);
  }
  
 #navigation {  
  padding-bottom: 10px;
  margin-left: 20px;
  }
    
.current {
 padding-right: 40px;
   }  
       
.nav {
 padding-right: 40px;
   }  
 #footer {
  text-align: center;
  margin-top:  50px;
  }  