body {
  color : #000000;
  background-color : #eeeeff;
  margin-left  : 10%;
  margin-right : 10%;
  width : 80%;
}
.OBSOLETE {
  text-decoration : line-through;
}
p.UPDATE {
  color : #00aa00;
  background-color : #eeeeff;
}
li {
  list-style-type : square;
}
a {
  text-decoration : none;
}
a:link {
  color : #0000ef;
  background : #eeeeff;
}
a:visited {
  color : #59188e;
  background : #eeeeff;
}
a:hover {
  text-decoration : underline;
}
a:active {
  font-weight : bolder;
}
address {
  font-size : smaller;
  font-style : italic;
}
h1 {
  font-size : xx-large;
}
h1,h2,h3 {
  font-family: sans-serif;
  color : #000044;
  background: #eeeeff;
}
table {
  border-width : 1px;
  border-style: solid;
}
td {
  border-width : 1px;
  border-style: solid;
}
td.chead {
  text-align: center;
}
thead.chead {
  text-align: center;
}

ol li {
  list-style-type: lower-latin;
}
