body, td, th, li {
    font-family: Calibri, Verdana, Helvetica, sans-serif;
    font-size: 1em;
}

table {
 margin-top: 0mm; 
}

th {
    font-size: medium;
    font-weight: bold; 
}

td {
    font-size: small;
}

a:link {
    text-decoration: none; 
    color: blue;
}

a:visited {
    text-decoration: none; 
    color: blue;
}

a:hover {
    text-decoration: underline; 
    color: red;
}


