BODY {
  background-color: white;
  color: black;
}
H1 {
  font-style: italic;
}
H1.right {
  text-align: right;
}
H2 {
  font-style: italic;
}
H2.right {
  text-align: right;
}
A:link { background-color: white;color: #0000FF; text-decoration:none; }
A:visited { background-color: white;color: #000080; text-decoration:none; }
A:active { background-color: white;color: #FF0000; text-decoration:none; }
DIV.menu {
  margin: 1em 0 0 1em;
  line-height: 110%;
}
FORM {
  margin-left: 20%;
}
P.right {
  text-align: right;
}
.small {
  font-size: 0.8em;
}
.smallright {
  text-align: right;
  font-size: 0.5em;
}
.date {
  font-size: 0.8em;
  text-align: right;
}
