html, body{
    background-color: #c6cfde;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

table, td, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    line-height: 18px;
}

a:link    { color:#82a1d3; font-size: 12px; text-decoration: underline; }
a:visited { color:#82a1d3; font-size: 12px; text-decoration: underline; }
a:active  { color:#82a1d3; font-size: 12px; text-decoration: underline; }
a:hover   { color:#486db5; font-size: 12px; text-decoration: underline; }


hr{ height:2px; color:#edecf2; }
