/* Start of CMSMS style sheet 'Print' */
body {
    background-color: #FFFFFF;
    margin: 10px;
}

div#logo {
    font-size: 40px;
    font-weight: bold;
}

div#quote {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

div#sidebar { display: none; }

div#page_title {
    border-bottom: 1px solid #000000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

div#body {
    margin-right: 10px;
}

div#body h1 {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}

div#body ul {
    margin-left: 15px;
}

div#body code {
    white-space: pre;
}

div#last_modified {
    margin-top: 20px;
}

div#footer {
    display: none;
}

div.google_adsense { display: none; }

/* End of 'Print' */

