a:link {
font-size: 12px ;
color: #000000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000000;
text -decoration: none;
}
a:hover {
font-size: 12px;
color: #999999;
text-decoration: underline;
}
You can implement your functions by defining the style sheet in this way. If you don’t know the style sheet, you can add the following code to the tag of your page: