a:link {
    font-family: arial;
    font-size: 12px;
    font-weight:600;
    text-decoration: none;
    color: #041f46;
}
a:visited {
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    color: #003889;
}
a:active {
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    color: #003889;
}
a:hover {
    font-family: arial;
    font-size: 12px;
    text-decoration: underline;
    color: #003889;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #626262;
}

.contact{
    font-size: 12px;
    font-family: arial;
    color: #000000;
}

.copy{
    font-family: arial;
    font-size: 10px;
    color: #000000;
}
