Question : Visited Links

i've got the code (attached) in my CSS, however when ever i click on a particular link, all of the links change color. is there something i'm doing wrong? or how do i make the color change for only the links that have been clicked (visited)?
1:
2:
3:
a { color: #1B4464; }
a:visited { color: #7EB84A; }
a:hover { color: #6E62B8; }

Answer : Visited Links

> all of the links change color

Do they all point to the same location?
Random Solutions  
 
programming4us programming4us