#portal_tabTickets {
    color: white; /* This applies to the text within the li, but the a tag needs its own styles */
}

#portal_tabTickets a {
    text-decoration: none;
    color: white;
}

#portal_tabTickets a:visited {
    color: white;
}

#portal_tabTickets a:hover {
    color: white;
}

#portal_tabTickets a:active {
    color: white;
}

