/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #ae1d2a;
    text-transform: uppercase;
    margin: 0;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #3f3f3f;
    text-transform: uppercase;
    margin: 0;
}

H3  {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #3f3f3f;
    margin: 0;
}

H4  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #ae1d2a;
    margin: 0;
}

H5  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #868686;
    margin: 0;
}

H6  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #6e6e6e;
    margin: 0;
}
H1 a:link, H1 a:visited, H1 a:active, H1 a:hover {
    color: #b72f61;
    text-decoration: none;
}
