/* general body properties */

BODY { 
  background-color: #e0e0e0;
  color: black;
  font-family: times;
}

/* paragraph properties */
P { 
  color:black;
  text-align: justify;
}

H1 { 
/*  color: blue; */
  font-weight: bold;
  font-size: 240%;
  font-family: times;
  text-align: center;
}

span.eg { 
  color: green;
  font-size: 80%;
  margin: 0pt;
  padding: 3pt;
}

table.error { 
  background-color: yellow;
  color: #a00000;
  border-style:solid;
  text-align: center;
  font-size: 200%;
}

input { 
  font-weight: bold;
  color: #a00000;
  background-color: #d0d0d0;
  font-size: 100%;
  border-width:1;
  border-style:solid;
  border-color:#a0a0a0;
  padding: 3pt;
  margin: 3pt;
  font-family: sans-serif;
}

input.submitb { 
  background-color: #a00000;
  color: #d0d0d0;
  font-size: 120%;
}

tr.odd { 
/*  background-color: #e0e0e0; */
}

tr.even { 
/*  background-color: #d0d0d0; */
}
