
<style type="text/css">
body.normal {
    color: rgb(0, 0, 0); background-color: rgb(205, 241, 205);
}
div.RightBlock {
    float: right; margin: 1ex; padding: 1ex; border-left: 1px solid grey; width: 30%;
}
h1 {
    text-align: center; width: 100%; font-size: 200%;
    color: rgb(51, 147, 40); font-family: Courier New, monospace;
}
h2 {
    font-size: 100%;
}
@media print {
    .NotOnPrint { display: none; }
}
@media screen {
    .NotOnScreen { display: none; }
}
</style>
