body { /* exists in styles.css, styles-screen.css and styles-print.css */
background: white;
color: black;
}
#Menu {
display: none;
}
#PrintFriendlyHeader {
width: 640px;
height: 129px;
display: block;
}
.Screen {
display: none;
}
.Print {
display: block;
}
#PagePicture {
display: none;
}
#RightCol {
display: none;
}
#CreatedBy {
display: none;
}
#Footer {
display: none;
}
#PrintCopyright {
display: block;
text-align: right;
}
#PrintPageTitle {
text-align: right;
font-size: 1.8em;
font-style: italic;
font-weight: bold;
margin-bottom: 12px;
}