BODY {background: white;
      color: black;
      font-family: arial, helvetica, sans-serif;
  }

H1, H2, H3, H4, H5  {
    background: yellow;
    color: black;
    text-align: center;
  }

H1  {
    border: double yellow;
  }


UL {
   color: black
   background:  lightyellow;
   padding: 1em;
   border: solid thin yellow;
   list-style: circle outside;
}

UL UL
  {
  padding: 0em;
  list-style: disc inside;
}

DL {
   color: black
   background:  lightyellow;
   padding: 1em;
   border: solid thin yellow;
   list-style: circle outside;
}

P {
    margin-left: 3%;
}

PRE {
    float: center;
    whitespace: pre;
    color: black;
    color: black
    background:  #FFF2D7;
    font-family: monospace;
    width: auto;
    border: solid;
    border-color: #F9DFAD;
/*"border: none" and "whitepace: pre"  gives the background a constant right
margin in netscape 4.  With only border the pre property disappears. (?) */
}

P.pagehead, P.pagetail, P.jokehead {
   text-align: center;
}

SPAN.new {
   color: green;
   fontweight: 900;
   size: large;
}

SPAN.science-category {
   color: red;
   font-style: italic;
}

}
.less-important {
   font-size: smaller;
   font-weight: lighter;
   font-family: serif;
  }

div.whole-form {
border: groove red seperate
color: black
background:  #DDDDDD;
/*margin: 0em;*/
/*padding: 0em;*/
text-align: center;
}

div.mail {
    float: center;
    color: black;
    background:  #D0D0D0;
    width: auto;
    border: solid;
    border-color: #FF0000;
}
