/* basic colors and fonts */
body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    background: #ffffdd;
    color: #000;
}
h1, h2, .stylish  {
    font-family: Garamond, Georgia, "Times New Roman", serif;
    color: #330000;
}
h1, h2, h3, h4, h5, h6 {
    color: #330000;
}
#top h1, #top h2, #top  .stylish  {
    color: #ffeeaa;
}
h1 {    padding-top: 11px; padding-bottom: 2px; font-size: 2.8em; letter-spacing: -1px; line-height: 90%; }
h2 {    padding-top:  7px; padding-bottom: 2px; font-size: 2.0em; letter-spacing: -1px; line-height: 90%; }
h3 {    padding-top:  5px; padding-bottom: 2px; font-size: 1.2em; text-transform: uppercase; }
h4 {    padding-top:  5px; padding-bottom: 2px; font-size: 1.1em; }
h5 {    padding-top:  5px; padding-bottom: 2px; font-size:   1em; }
h6 {    padding-top: -2px; padding-bottom: 0px; font-size: 0.9em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #330000;
    text-decoration: inherit;
}
h2, h2 a:hover {
    font-weight: normal;
}
/* basic typography spacing */
p, ul {
    line-height: 150%;
    text-align: justify;
}
ul {
    margin-left: 2ex;
}

a, a:active {
    /*color: #330000;*/
    color: #662020;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    /*color: #662020;*/
    color: #000000;
}

.clear, .spacer {
    clear: both;
}
strong {
    font-weight: bold;
    font-size: 1.1em;
}
a img {
    border: 0;
}
.small {
    font-size: 0.85em;
}
.small, .small a, a.small {
    text-decoration: none;
    font-weight: normal;
}
h1 .small, h2.small {
    font-size: 0.6em;
}
.centered {
    text-align: center;
}
img.border {
    border: solid 1px #230606;
}

a.more {
    display: block;
}
div.more {
    color: #9d8f69;
}