/* lowsteam.css - style sheet */
body {
    padding-left: 2em;
    padding-right: 2em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: #351100;
    background-color:cornsilk;
    background: url(parchment.gif) }
a:link {
    color: blue }
a:visited {
    color: purple }
#logo {
    margin: 0 auto;
    width: 600px; }
#headline1 {
    text-align: center;
    padding-bottom: 1em;
    border-bottom: double }
#headline2 {
    text-align: center;
    padding-bottom: 1em }
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }