Quote:
p.message
{
a:link{text-decoration:none; color:#0000ff; font-weight:normal;}
a:visited{text-decoration:none; color:#0000ff; font-weight:normal;}
a:hover{text-decoration:none; color:#00ff00; font-weight:normal;}
position:absolute;
top:475px;
}
|
isnt valid css. try validating your css
here, that may help
this is what your looking for
you can also compact the code since your link and visited are the same