﻿body
{
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
a:active
{
    color: #a0c274;
    text-decoration: none;
}
a:hover
{
    color: #a0c274;
     text-decoration: underline;
}
a:link
{
    color: #a0c274;
    text-decoration: none;
}
a:visited
{
    color: #a0c274;
    text-decoration: none;
}

