﻿body {
}

h2 {
    color: black;
}

h4 {
    margin-left: 1em;
}
    h4 a {
    color: #e2503c;
}
    h4 a:hover, a:visited, a:active, a:focus{
    color: #891300;
}

address {
    margin-left: 2em;
}

a {
    color: #891300;
}
    a:hover, a:visited, a:active, a:focus{
    color: #e2503c;
}