body {
       margin: 1.5em 3em 3em 2em;
       line-height: 1.4;
       max-width: 40em;
       color: black;
       background: white;
}

.link {
        font-variant: small-caps;
        text-decoration: none;
        color: black;
        background: white;
}

a.primarylink {
                font-variant: small-caps;
                text-decoration: none;
                color: black;
                background: white;
}

a.secondarylink {
                  text-decoration: none;
                  color: black;
                  background: white;
}

a.primarylink:hover, a.secondarylink:hover {
                                             text-decoration: underline;
}

#footer {
          border-top: thin solid black;
          padding-left: 1em;
          width: 80%;
          font-size: smaller;
          line-height: 1.2;
}
