/*stuff to make it pretty*/

* {
    color: whitesmoke;
}

body {
    background-color: black;
}

a:link {
    color:cornflowerblue
}

a:hover {
    color:aqua
}
