BODY {
  color : #000000;
  background-color : #ffffff;
  margin-left : 10%;
  margin-right : 10%;
  font-family : helvetica,arial,sans-serif;
}
  H1 {  font-size : large;}
  H2 {  font-size : medium;
}

A {
  text-decoration : none;
}

.sig {
  font-style : italic;
  font-size : 10pt;
  text-align : right;
}

P, UL, DT, DL {
  font-size : 10pt;
}

.navbar {
  background-image : url(bar.gif);
  text-align : center;
  width : 100%;
}

.nb {
  background-color : transparent;
  color : #ffffff;
}

.displaytable {
  padding: 5%;
  color : #000000;
  background-color : #ccccff;
  border-color : #000000;
  text-align : left;
  width : 100%;
  border-style : none;
}
.box {background-color : #3333aa; }

