div.header {
    display: none;
}

h1,h2,h3,h4,h5,h6 {
    /*Make printed fonts 20% smaller!*/
    font-size: 99%;
}

h1,h2 {
    border-bottom: none;
}

h1.title {
    text-align: left;
}

div.mainbody {
    border: none;
}

div.footer {
    display: none;
}

a {
    background: transparent;
    font-style: normal;
    text-decoration: none; 
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

a:active {
    color: red;
}

div.noprint {
    display: none;
}









