body {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: normal;
    font-family: Verdana, arial, sans-serif;
    color: #090952;
}

h1,
h2,
h3 {
    color: #012d80;
    font-family: arial, sans-serif;
    line-height: 1.3em;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}


a:link, 
a:visited {
    color: #012db0;
    text-decoration: none;
}

#footer a:link, 
#footer a:visited {
    color: #0053b1;
    text-decoration: underline;
}

a:hover
, #footer a:hover {
    color: #ffffff;
    background-color: #0053b1;
    text-decoration: underline;
}