/* Things that seem to work mostly correctly in Netscape. */

/* dt, p, h1, h2, a, em, strong, td, th, hr {display: none;} */
/* dl {display: none;} */
/* ul {display: none;} */
/* body {display: none;} */
/* p {border-width: 3px; border-style: solid;} */
/* ul ul {list-style-type: decimal;} */

/* Things that have incorrect (sometimes even bizarre) effects in Netscape. */

/* li {display: none;} */
/* dt {width: 1in;} */
/* dt {padding-left: 3in;} */
/* dt {text-align: right;} */  /* This affect last line of preceding text! */
/* p {border-width: 1px; border-style: dashed;} */
/* p {border-width: 1px; border-style: dotted;} */
/* dt {border: solid 1px red;} */
/* li {list-style-type: decimal;} */
/* dd {border: solid 1px green;} */
/* dt {border: solid 1px red; height: 3in; text-indent: 1in; padding-left: 3in;} */
/* p {display: list-item;} */
/* ul, li {list-style-position: inside;} */
/* dt {border: solid 1px red;} */

/* In Netscape, setting margin for H1 causes the text to appear in the
   default body size and non-bold and causes the bottom border to
   extend all the way to the right side of the screen. */
H1 {margin: 1em 1em 1em 1em;}

/* Things that incorrectly have no effect whatsoever in Netscape. */

/* html {display: none;} */
/* head {display: none;} */
/* dd {display: none;} */
/* * {display: none;} */
/* dt {text-indent: 1in;} */
/* p {height: 5in;} */
/* dt {height: 3in;} */
/* p {border-style: solid;} */
/* li li {list-style-type: square;} */
/* dd {display: block;} */
