/* style.css */

h2 {margin-top: 1em; margin-bottom: 1em;
    font-family: Garamond, Georgia, serif;
}
p { font-size: 16px;
    font-family: Garamond, Georgia, serif;
    margin-top 0; margin-bottom 0;
}
p.head { font-weight: bold;
}
p.date { margin-top 2em;
}
p.sub { margin-left: 1em;
}

.head { font-weight: bold;
}
.date { margin-top 2em;
}
.sub { margin-left: 1em;
}

:link { color: #990000; }
:visited { color: #990000; }
:hover { color: #000000; }
