body {
    font-family: LucidaGrande, Verdana, Helvetica, sans-serif;
}


a {
    color: #000;
}


#headerprint {
    position: relative;
}
#headerprint img {
    position: absolute;
    right: 0;
}

#page {
    position: relative;
    top: 100px;
}

h1 {
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
h2 {
    font-size: 140%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 0.5em;
}



#footerprint {
    border-top: 1px solid #006;
}
#footerprint p {
    font-size: 80%;
}

#header, #menu, #mainmenu, #footer {
    display: none;
}