@charset "UTF-8";
/* CSS Document */

.bodytext {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: white;
}
.highlight {color: greenyellow}
.backgroundcolor {
    background-color: white;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

.background {
    background-image: url(../images/aurora.jpg);
    background-size: 100% auto;
}
