body {
    color: rgb(209, 28, 28);
    background-color: black;
    background-image: url("/img/ghost-pokemon-wallpaper.png");
    background-repeat: repeat;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a:visited {
    color:yellow;
}

.text-color {
    color: white;
}

.navigation {
    color:orange;
    font-size:xx-large;
}

.snapshot {
    height: 10em;
    width: 10em;
}