/* CSS Document */
a:link {
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-decoration: underline;
    text-align: left;
    border-style: none;
}
a:visited {
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-decoration: underline;
    text-align: left;
    border-style: none;
}
a:hover {
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: black;
    text-decoration: underline;
    text-align: left;
    border-style: none;
}
