/* style.css - a simple style sheet */


body {
  margin-left: 5%; margin-right: 5%;
  color: black; background: white;
  font-family: arial;
  font-size: 12pt;}

table {
  margin-left: -4%;
  font-family: sans-serif;
  background: white;
  border-width: 2;
  border-color: white;
}
th { font-family: sans-serif; background: rgb(204, 204, 153) }
td { font-family: sans-serif; background: rgb(255, 255, 153) }


div.box { border: solid; border-width: thin; width: 100% }
div.color {
    background: rgb(204,204,255);
    padding: 0.5em;
    border:none;
  }



