a.menu {
        color: #E32E30;
        text-decoration: None;
        font-weight: bold;
        font-family: verdana;
        font-size: 8pt;
        
}
a:menu:hover
{
        text-decoration: underline;
        color: #E32E30;
        
}


a.text {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-family: verdana;
        font-size: 9pt;
}
a.text:hover
{
        text-decoration: underline;
        color: #ffffff
}



.text {
        color: #ffffff;
        text-decoration: none;
        font-family: verdana;
        font-size: 9pt;
}