﻿#Footer {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}
    #Footer p.links {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }
    #Footer p.copyright {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }
    #Footer p.updated {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }
    #Footer a {
        font-weight: bold;
        text-decoration: none;
        color: mediumblue;
    }
    #Footer a:hover {
        color: #FF0000;
        background-color: #E0E0E0;
    }
#Notes {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}
#Notes p.notesheader {
    text-align: left;
    font-size: 14pt;
    font-weight: bold;
}
#Notes a {
    font-weight: bold;
    text-decoration: none;
    color: mediumblue;
}

    #Notes a:hover {
        color: #FF0000;
        background-color: #E0E0E0;
    }
