﻿a
{
    text-decoration: none;
}
a:link
{
    color: #333333;
    font-size: 8pt;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
/* unvisited link */
a:visited
{
    color: #333333;
}
/* visited link */
a:hover
{
    color: #FF3300;
}
/* mouse over link */
a:active
{
    color: #333333;
}
/* selected link */
