/*  */
html,body { height: 100% }

body { 
    font: helvetica, sans-serif, arial, normal small verdana;
    margin: 7px; color: darkblue;
    text-align: left; background-color: whitesmoke; color: #336699; font-weight: bold;
    /*box-sizing: border-box;*/
 }

a img { border:none }

a { text-decoration: underline; font-weight: bold; color: blue;}

#main {padding: 0 7px 0 7px}