#footer {
    clear: both;
    color: #B3CE18;
    text-align: center;
    background-color: #67921a; 
    height: 18px; /*Height of footer*/
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}
#footer p {
    margin: 0;
    padding: 15px 0 2px 0;
    text-align: center;
    font-size: 12px;
    color: #B3CE18;
}
#footer p a, #footer p a:link, #footer p a:visited {
    color: #0009c0;
    text-decoration: none;
}
#footer p a:hover {
    color: #000cff;
    text-decoration: underline;
}
#footer p.copyright {
    font-family: 'Arial Rounded MT Bold',Arial,Helvetica,serif;
    font-size: 8pt;
    font-weight: bold;
    padding: 0;
}
#footer p.copyright a, #footer p.copyright a:link, #footer p.copyright a:visited {
    color: #B3CE18;
    text-decoration: none;
}
#footer p.copyright a:hover {
    color: #000cff;
    text-decoration: underline;
}

