@charset "utf-8";
/* For web Fonts */
/* html {
    visibility: hidden;
}
html.wf-active, html.loading-delay {
    visibility: visible;
} */
:root {
    margin-left: 36px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000099;
}
a{
    color: #000099;
    text-decoration: none;
}
a:hover{
    color: #ffff55;
}

footer {
    text-align: center;
}
footer a:hover{
    color: #ffff55;
}