Cannot Change My Link Color For The Life Of Me!

I am wanting the anchor links within the div #choices to be a green color with a bulleted image, but I cannot change them for the life of me! I am wondering if it is because I am using jQuery to hide that div initially until the YES button is selected. Can someone take a look and help me out?

LINK-
http://www.garycooperinsurance.com/test/request-a-quote/

Thank you in advance!

Todd

This rule needs to be changed accordingly:


#left #choices a, #left #choices a:link, #left #choices a:visited {
    font: bold italic 14px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
[COLOR=Red]    color: #993333; /* that's a dark red */[/COLOR]
    text-decoration: none;
    background: url(../i/gfx_bullet.png) no-repeat 0 -32px;
    display: block;
    height: 16px;
    padding-left: 20px;
}