a.site {
    font-family: Arial;
    border: 0px;
    color: blue;
    text-decoration: none;
}

a.site:hover {
    font-family: Arial;
    border: 0px;
    color: green;
    text-decoration: none;
}

a:visited {
    color: blue;
}
