/* This stylesheet says what is for the screen display of a web page,
as opposed to its printed form. (Cf fancypr.css.) */

body {
  font-family: helvetica, "arial unicode", arial, sans-serif;
  color: #000000;
  background: #ffffee;
  margin: 3em;
  }

body#homepage {
  color: #000000;
  background: #cccc99;
  margin: 1em;
  }

a:link {color:blue; background:transparent}
a:visited {color:#800080; background:transparent}
a:hover {background:yellow; color:blue}
a:active {background:transparent; color:black}

th.plain, td.plain {
  border: 0;
  margin: 2px 0 2px 0;
  padding: 0;
  }

th,td {
  border: solid #009900 1px;
  padding: 5px;
  }


