html, body, strong, em, u {
    font-family: Arial, Helvetica, Verdana;    
    font-size: 13px;
    /*font-style: normal;*/
    color: #535353;
    
}
a {
    color: #00225b;
}
a:link {
    color: #00225b;
}
a:visited {
    color: #00225b;
}
a:hover {
    color: #59a352;
}
a:active {
    color: #10203b;
}
