body {
    background-color: black;
    color: white;
}

footer {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-align: center;
}

h1 {
    margin: 20px;
}

a:link {
    color: aqua;
}

a:visited {
    color: #4040ff;
}

.headerimage {
    float: left;
    margin-right: 20px;
    /*border: 3px solid #00ff00;*/
}

.footerimage {
    float: right;
    margin-right: 20px;
    /*border: 3px solid #00ff00;*/
}

.bodytext {
    margin: 40px;
}

