The link color for the page is white, however, in the footer, i need it to be a shade of blue. How do i change this code to reflect that?
.footer {
float: left;
width: 971px;
text-align: center;
padding-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0058C2;
}
.footer {
float: left;
width: 971px;
text-align: center;
padding-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0058C2;
}