Need HELP with CSS in Flash 8

Using CSS to style links in blog text is there a way to do this ? I`ve tried with no success. )“Flash 8” CSS Editor “Style Master”(
I used the following code in the CSS.

p
{
    font-family: verdana;
    font-size: 12pt;
    color: #cccccc; 
}

.date
{
    font-family: verdana;
    font-weight: bold;
    color: #ffffff;
    text-align: right
}

.title
{
 font-family: "Times New Roman";
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
    color: #0080ff; border: 2px #9ec3c9 dotted; 
}

a:link
{ 
color: #0000ff;
}

a:hover 
{ 
text-decoration: underline overline; color: #ff0000; 
}

goto the b**chBox page @ http://www.intheholler.com

HMMM This must be a hard one ? Still can`t get it .