﻿body {
    background-color: #5B3A2A;
    color: white;
    height: 30px;
    font-family: 'Comic Sans MS';
    font-size: 14px;
    text-align: right;
}

a {
    color: lightblue;
}

a:hover {
    color: #FDDBD8;
}

.pfooter {
    padding-top: 5px;
    text-align: right;
}