/* TYPOGRAPHY
----------------------------------------------------------------*/
#footer{
    font-family:Georgia, Arial, Helvetica;
    font-size: 11px;
    color: #404040;
}
#footer a, #footer a:visited{
    color: #404040;
    text-decoration: none;
}
#footer a:hover{
    color: #000000;
    text-decoration: underline;
}
