h1 {
    text-align: center;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 3em;
    color: #005447;
}
p {
    text-align: center;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
a:link, a:visited {
    color: #005447;
    text-decoration: none;
}
a:hover {
    color: #8ccdb9;
    text-decoration: underline;
}
p.logo {
    height: 41px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #ffffff;
    opacity: 1;
}
p.logo img {
    height: 38px;
}