Ok, I'm having a strange problem with my CSS on my website.
Now, the CSS file states that when hovered over, the link should change colour, however it does, but then once the page is loaded again, or the links have been visited once, the links no longer change colour. Here is the CSS file:
The site btw is www.asginternational.comCode:<style type="text/css"> A:hover {text-decoration:underline;font-weight: bold;font-size: 11px;color: #009933;} A:link {text-decoration:none;font-weight: bold;font-size: 11px;color: #000000;} A:visited {text-decoration:none;font-weight: bold;font-size: 11px;color: #000000} </style>