/* main-061.css - main page style sheet, 2006 number 1.
    Depends on default-061.css or -062.css.
*/

/* header coloring and font sizes for main pages */
h1 { color: #00c; font-size: 14pt; }
h2 { color: #009; font-size: 12pt; }
h3 { color: #006; font-size: 11pt; }
h4 { color: #003; font-size: 10pt; }
/* not used in main pages
h5 { color: #000; font-size: 10pt; font-style: bold }
h6 { color: #000; font-size: 10pt; font-style: italic; }
*/

/* As of Jan 2010, no width limit on body, table. */
/* Most tables are limtied to 560px; limit rest of page similarly.
    Ideally, this should be 560pt, but interpretation of "pt" by certain
    browsers is broken.
body { width: 560px; }
.w560 { width: 560px; }
*/

/* header prefix and suffix */
.hxprefix { color: #006;
    font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
    margin: 0pt 0pt; border: none; padding: 0pt 0pt;
}
.hxsuffix {
    font-style: italic; font-size: 9pt;
    margin: 0pt 0pt; border: none; padding: 0pt 0pt;
}
/* blue-grey background */
.bgb { background-color: #ccf; padding: 0.5em 0.0em 0.25em; }
