a:link{
  color: #0000ff;
  background: inherit;
}
a:visited{
  color: #00aaff;
  background: inherit;
}
a:hover{
  color: #aa88ff;
  background: inherit;
}
a:active{
  color: #ff0000;
  background: inherit;
}
body{
  color: #000000;
  background-color: #ffffff;
}
h1{
  color: #0000ff;
  background-color: inherit;
  text-align: center;
  font-family: sans-serif;
  font-size: xx-large;
}
h2{
  text-decoration: underline;
  font-family: sans-serif;
  font-style: italic;
  font-size: x-large;
  padding: 4px 8px;
}
p{
  margin-right: 4em;
  margin-bottom: 2ex;
}
code{
  white-space: pre;
}
.blueribon{
  color: #ffff00;
  background-color: inherit;
  background-image: url(blueribon.png);
  background-repeat: repeat-y;
}
.center{
  text-align: center;
}
.head{
  color: #000000;
  background-color: #44ffee;
}
.odd{
  color: #000000;
  background-color: #dddddd;
}
.even{
  color: #000000;
  background-color: #bbddff;
}
.anno{
  color: #ff8000;
  background-color: inherit;
}
.code{
  white-space: pre;
}
