.navbar {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin navy
}

img#rand-photo { 
width: 320PX ;
float: right ;
    margin: 4px; 
}
div.logo { text-align: center ; }
div.header { height: 20% ;
position: relative ;
top: 100% ;}
div.search { position: relative ;}
div.footer {
position: relative ;
bottom : 100% ;
font-size: 80% ; }
h1 {text-align: center;
color: #ffff00 ;
background: black  none ;
}
h2 {text-align: center ;
color: #ffff00  ;
background: #000000 none ;
}
h2.era { text-align: right ; }
h3 { text-decoration: underline;
color: #ffff00 ;
background: black none ;
}
.hidden { 
visibility: hidden ; }


@media print {
body { color: black ; 
background: white;  }
  .navbar { display: none ; }
} /* print */




