/* Style sheet for the Edgecomb Historical Society Flye collection */

#title { text-align: center;
         font-size: 250%;
         font-weight: bold; }  
         
.notes { text-align: center;
         font-size: 60%;
         font-weight: bold;
         margin-left: 10em;
         margin-right: 10em;
         margin-top: -4em; }
         
.notes p { margin-top:1em; }        
         
*html .notes { margin-top: 0.2em; }  /* Hack seen only by IE for margin */

table { clear: both; 
        width: 100%;
        margin-bottom: 1em; }
        
.thumb { height: 10em;
         text-align: center; }
         
.caption { height: 1em;
           text-align: center;
           font-size: 75%; }  
           
.label { font-size: 0.5em;
         font-weight: bold; }                  

#select { text-align: center;
          color: gray;
          padding-top: 1em;
          padding-bottom: 1em;
          border-top: 2px dotted black; }
          
a.localink { text-decoration: underline;
             font-weight: bold;
             color: blue; }

a:visited.localink { text-decoration: underline;
                     font-weight: bold;
                     color: blue; }
            
a:hover.localink  { text-decoration: underline; }          