/* Base style sheet for the Edgecomb Historical Society */
a:link { text-decoration: underline;
         color: blue; }

a:visited { text-decoration: underline;
            font-weight: 200;
            color: gray; }
          
a:hover  { text-decoration: underline; }

p#build { text-align: center;
          color: red;
          font-size: 1.5em; 
          font-family: "Verdana, Arial, Helvetica, sans-serif"; }
                
