a:link
{
color: #ccff00;
text-decoration: none;
}
a:hover 
{
color: orange;
text-decoration: underline;
}
a:active
{
color: #99cc00;
text-decoration: none;
}
a:visited
{
color: #f0c916;
text-decoration: none;
}
