@media screen { body { font-family: "Verdana", "Arial", "Helvetica", "Sans", sansserif; background-color: white; line-height: 140%; } h1 { font-size: 150%; font-weight: bold; background-color: yellow; padding: 0.5em; } h2 { font-size: 150%; font-weight: bold; padding: 0.5em; background-color: silver; } h3 { font-size: 150%; font-weight: bold; } h4 { font-size: 125%; font-weight: bold; } h5 { font-size: 110%; font-weight: bold; } h6 { font-size: 100%; font-weight: bold; } kbd { font-family: "Lucida Console", "Courier New", "Courier", "Monospace", monospace; } pre { font-family: "Lucida Console", "Courier New", "Courier", "Monospace", monospace; background-color: #FFFFE8; border-width: 1px; border-style: solid; border-color: black; padding-top: 0.5em; padding-left: 2em; padding-right: 2em; padding-bottom: 0.5em; margin-top: 0.5em; margin-left: 2em; margin-right: 2em; margin-bottom: 0.5em; } } @media print { body { font-family: "Garamond", "Times New Roman", "Times", serif; font-size: 12pt; } h1 { font-size: 150%; font-weight: bold; font-family: sans-serif; } h2 { font-size: 125%; font-weight: bold; font-family: sans-serif; } h3 { font-size: 110%; font-weight: bold; font-family: sans-serif; } h4 { font-size: 110%; font-family: sans-serif; } h5 { font-size: 100%; font-weight: bold; font-family: sans-serif; } h6 { font-size: 100%; font-family: sans-serif; } kbd { font-family: "Lucida Console", "Courier New", "Courier", monospace; font-size: 12pt; } pre { font-family: "Lucida Console", "Courier New", "Courier", monospace; font-size: 12pt; border-width: 1px; border-style: solid; border-color: black; padding-top: 0.5em; padding-left: 2em; padding-right: 2em; padding-bottom: 0.5em; margin-top: 0.5em; margin-left: 2em; margin-right: 2em; margin-bottom: 0.5em; } } @page { margin-top: 1.5cm; margin-bottom: 1.5cm; } @page :left { margin-left: 1.5cm; margin-right: 2.5cm; } @page :right { margin-left: 2.5cm; margin-right: 1.5cm; }