﻿* {
    margin: 0;
}


html, body {
    height: 100%;
    background-color: #194389;
    color: white;
    margin-bottom: 30px;
}

a {
    color: white;
}

#SiteHeader {
    margin-left: 2%;
    margin-right: 2%;
}

#SiteBody {
    margin-left: 2%;
    margin-right: 2%;
}


#SiteFooter {
    position: fixed;
    bottom: 0;
    color: lightgray;
    width: 100%;
}
