BODY { background: white url(/shadowrun/circuit.jpg); color: black } OL { text-align:justify; margin-top:0em; margin-bottom:0em; text-indent:0em; } UL { text-align:justify; margin-top:0em; margin-bottom:0em; text-indent:0em; } /* Note we do not provide spacing between elements here, because in NS4.0 * they only affect the enumeration or bullet. Instead, we declare all * LI elements as
  • and use the style from P.LI. */ LI { margin-bottom:0em; padding-bottom:0em; } P { /* Do proper indents */ /* 3em is negligible, as is 25px, on printout. 72pt is like 1.5em. * Even 300px isn't that great, nor is 0.25in, 2pc, 1cm, 10mm */ text-indent:6%; /* Try percentage? 7.5" wide -> 0.5" = 0.06666... */ text-align:justify; /* Get rid of extra space */ margin-top:0em; margin-bottom:0em; border-top-width:0em; border-bottom-width:0em; padding-top:0em; padding-bottom:0em; } /* Functions like a BR but deals with font annoyances */ P.BR { text-align:justify; text-indent:0in; } P.Attribution { text-align:right; text-indent:0em; /* Get rid of extra space */ margin-top:0em; margin-bottom:0em; border-top-width:0em; border-bottom-width:0em; padding-top:0em; padding-bottom:0em; } P.Center { text-align:center; text-indent:0em; } /* I don't want to override default TD's, because I use them in too many * places. */ P.TD { /* No indents inside tables */ text-indent:0em; text-align:justify; /* Get rid of extra space */ margin-top:0em; margin-bottom:0em; border-top-width:0em; border-bottom-width:0em; padding-top:0em; padding-bottom:0em; } P.LI { margin-top:0pt; padding-top:12pt; margin-bottom:0pt; padding-bottom:0pt; text-indent:0pt; } P.DeckerComment { text-indent:0em; padding-top:0.5em; font-size:75%; font-family:helvetica, sans-serif; } P.DeckerIndent { text-indent:2em; padding-top:0em; font-size:75%; font-family:helvetica, sans-serif; } P.DeckerSignature { text-indent:2em; padding-bottom:1em; font-size:75%; font-family:helvetica, sans-serif; } DL { text-align:justify; } DT { } DD { } /* Deal with headers getting justified */ H1, H2, H3, H5, H6 { text-align:left; } H4 { text-align:left; /* This isn't working... Grr... */ /* padding-bottom:0em ! important; margin-bottom:0em ! important; line-height:1em; height:1em;*/ } H1.center, H2.center, H3.center { text-align:center; }