html {
    font-size: 22px;
    font-family: helvetica;
}
body {
    background-color: #333;
    color: whitesmoke;

}

a {
    color: aliceblue;
}
a:visited {
    color: beige;
}
a:hover, a:active {
    color: olivedrab;
}
