a:link {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
}
a:active {
font-weight: bold;
}
How do i get the active link to remain bold and not only become bold when I click on it?
What happens now is when I click the link it become bold and when it refreshes the link goes back to being regular (unbold).