Forum Moderators: not2easy
here is my css code:
a
{
color: #003366;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
font-style: normal;
font-weight: normal;
}
a:link {color: #000063; text-decoration: none;
}
a:hover {color: #FF9A00; text-decoration: underline;
}
a:visited {text-decoration: none;
}
a:active {text-decoration: none;
}