body {
	font: calibri, tahoma, verdana;
    background: #fff;
    color: #000000;
    font-family: calibri, tahoma, verdana;
    font-size: 16px;
}

p, table, td, tr {
    font-family: calibri, tahoma, verdana;
    font-size: 16px;

}

h1, h4, h5, h6 {
	font: calibri, tahoma, verdana;
    color: navy;
    font-weight: bold;
}

h2, h3 {
	font: calibri, tahoma, verdana;
    color: navy;
    font-weight: bold;
}

a:link {color: blue}     /* unvisited link */
a:visited {color: gray}  /* visited link */
a:hover {color: green}   /* mouse over link */
