@charset "UTF-8";
/* broezels | CSS for body, general use */


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body,td,th {
    font-family: ff-scala-sans-pro, sans-serif;
}

a:link {
    color: #584744;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #009FE3;
}
a:hover {
    text-decoration: underline;
    color: #584744;
}
a:active {
    text-decoration: none;
    color: #584744;
}