body {
    font-size: 13px;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    color: #3e002f;
}

p {
    margin: 6px 0;
    padding: 0;
}

h1,
h2,
h3 {
    color: #791432;
    font-family: arial, sans-serif;
    line-height: 1.3em;
    margin: 5px 0;
    padding: 0;
}

h1 {
    font-size: 18px;
}

h1.imageheader {
   height: 50px;
   white-space: nowrap;
   background-repeat: no-repeat;
   margin: 0 0 8px 0;
   padding: 0;
}

h1.imageheader strong {
       display: none;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}


#footer_content a:link
, #footer_content a:visited 
, #footer_content {
    color: #fff;
    font-weight: bold;
}

#footer_content a:hover {
    color: #a8183a;
    text-decoration: none;
}

a:link
, a:visited {
    color: #a8183a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #d57304;
}