/* regular tags */
body { background-color: #fff; text-align: center }
td, body, p { color: #000; font-size: 12px; font-family: Arial, Geneva, Helvetica, sans-serif }
h1, h2  { font-size: 15px; font-style: italic; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0 }
h1 { color: #9b2820 }

/* links */
a, a:visited, a:hover, a:active { color: #9b2820; font-weight: bold }
a, a:visited { text-decoration: underline }
a:hover, a:active { text-decoration: none }

/* text classes */
.picture-location  { font-style: italic; font-weight: bold }
.italic { font-style: italic }
.bold { font-weight: bold }
.smaller { font-size: 10px }

/* div classes */
.errorbox  { color: #c03; font-weight: bold; padding: 3px; border: solid 1px }

.nav a {
    color: #9b2820;
    text-decoration: none;
    font-style: italic;
}

.nav {
    font-weight: bold;
    font-size: 1.25rem;
    text-align: right;
}