body {
    background-color: #F47056;
    font-size: 19px;
    font-family: "Verdana"; 
}

a:active{
    color: green;
}

a:visited {
    color: blue;
}

a:link {
    color: white;
    text-decoration: none;
}

a:hover{
    background-color: #CC9900;
}
