/* This stylesheet should only be used for anodyne CSS that won't
confuse Netscape 4.x or MSIE 3. Put anything that's potentially
problematic not here but in one of tricky.css, fancysc.css, and
fancypr.css */

body {
  font-family: sans-serif;
  }

h1 {
  text-align: center;
  font-size: 160%;
  }

h2 {
  text-align: center;
  font-size: 130%;
  }

h2.left {
  text-align: left;
  }

li.lr {
  list-style-type: lower-roman;
  }

/* above for numerals i, ii, iii. . . */

li.la {
  list-style-type: lower-alpha;
  }

/* above for letters a, b, c. . . */

li.plain {
  margin: 0.5em 5em 0 5em;
  text-indent: -3em;
  list-style-type: none;
  }

li.plainc {
  text-align: center;
  margin: 0.5em 5em 0 5em;
  text-indent: -3em;
  list-style-type: none;
  }

p.facts {
  margin: 0;
  }

p.toplinks {
  color: black;
  background: #ffcccc;
  font-size: 90%;
  }

.cen {
  text-align: center;
  }

.inabit {
  margin: auto 2em auto 2em;
  }

img {
  border: 0;
  }


