@charset "UTF-8";
html {
    font-size: calc(0.65em + 0.65vw);
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-top: 0px;
    color: #434343;
}
body {
    color: a3a3a3;
}
a  {
    color: rgba(0,0,196,1.00);
    text-decoration: none;
    font-weight: normal;
}
a:hover  {
    color: rgba(196,0,0,1.00);
}
a:active {
    color: rgba(0,128,64,1.00);
}
