/* 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; }

body { font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12pt;
       border-style: none;
       border: 0;
       margin: 0;
       padding: 0;
       text-align: left;
       text-decoration: none;
       background-color: white; }
                