html, body
{ 

} 

BODY {

}

FORM {

}
div#PrintHead {
    display: block;
}
div#header, div#left_col, div#breadcrumbs, div#right_col, div#footer_wrapper
{
    display: none;
}

div#PrintHead h1 {
    font-size: 18px;
}
div#content_wrapper {
    width: 90%;
    margin: 0 5%;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}
div#content_wrapper h1 {
    font-size: 24px;
    color: #5e0e50;
}
div#content_wrapper h2 {
    font-size: 20px;
    color: Orange;
}
div#content_wrapper h3 {
    font-size: 18px;
    color: #5e0e50;
}
