a:link {
color: rgb(255, 255, 255);
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
a:visited {
color: white;
text-decoration: none;
font-weight: bold;
text-align: center;
}
Could anyone tell me why this is not working? Everything else on the CSS sheet is working apart from this part. On Chrome the links show up in blue (though not the default blue) and in safari it works for a majority of links, but not all. I am completely lost on why this is not working.