html, body {
    width:100%;
    height:100%;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

    font:14px Georgia, Tahoma;
    color:#333;
}

a, a:link, a:visited, a:active {
    color: #4e6d8a;
    font: font:14px Georgia, Tahoma;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

div.header {
    padding:10px 0px 0px 0px;
    margin-bottom:20px;
    border-bottom: 1px solid #ccc;
    width:100%;
    text-align:center;
    font:11px Georgia, Arial;
    color:#999;
}

div.footer {
    margin-top: 40px;
    padding-top:20px;
    border-top: 1px solid #ccc;
    width:100%;
    text-align:center;
    font:11px Georgia, Arial;
    color:#999;
}
