a:link
{
color: orange;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
}

a:visited
{
color: black;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
}


a:hover
{
color: blue;
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
}
