body{
    background-color: lightgreen;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
}

a:link{
    color: white;
}

a:visited{
    color: gray;
}

a:hover{
    color: lightgray;
}