/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 22px;
    font-weight: bold;
    color: #ff9900;
    margin: 0;
    line-height: 20px;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0 0 12px 0;
}

H3  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
}

H4  {
    font-family: Arial, Helvetica;
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 20px;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #949494;
    margin: 0;
}
H1 a:link, H1 a:visited, H1 a:active, H1 a:hover {
    color: #b72f61;
    text-decoration: none;
}
H3 a:link, H3 a:visited, H3 a:active, H3 a:hover {
    color: white;
    text-decoration: none;
}
H4 a:link, H4 a:visited, H4 a:active, H4 a:hover {
    color: white;
    text-decoration: none;
}
.event_link a:visited, .event_link a:active, .event_link a:hover {
  text-decoration: none;
}

