﻿a:link
{
    color: #FF9900;
    font-weight: bold;
}
a:visited
{
    color: #FFCCFF;
}
a:hover
{
    text-decoration: none;
    color: #FFFF00;
}
a:active
{
    text-decoration: none;
    color: #66FFFF;
}