a:link {
    font-family: Calibri;
    color: #666666;
    text-decoration: none
}

a:hover {
    font-family: Calibri;
    text-decoration: none;
    color: gray;
}

a:active {
    color: gray;
}

a:visited {
    color: #c0c0c0;
}

h1 {
    font-family: Calibri;
    color: #666666;
    font-size: 18pt;
    font-weight: bold;
    text-align: left
}

body {
    background-color: white;
}
