/* -------------------------------------------------  */
a.menu { 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: Arial; 
}
a.menu:visited {
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a.menu:active { 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a.menu:hover {
    font-size: 11px;
    font-weight: bold; 
    color: #48452D; 
    font-family: Arial; 
}

/* -------------------------------------------------  */
a { 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-family: Arial; 
}
a:visited {
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a:active { 
    font-size: 13px; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a:hover {
    font-size: 13px;
    font-weight: bold; 
    color: #E8B412; 
    font-family: Arial; 
}

/* -------------------------------------------------  */
a.footer { 
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: Arial; 
}
a.footer:visited {
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a.footer:active { 
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
    font-family: Arial;
 }
a.footer:hover {
    font-size: 11px;
    font-weight: bold; 
    color: #E8B412; 
    font-family: Arial; 
}