body {
  background: url(/fig/bg_jwrs.jpg);
  max-width: 980px;
  margin: 12px auto;
  padding: 8px;
}
body.past {
  background: #ffcc99;
}
h1, h2, h3 {
  text-align: center;
}
h3 {
  margin: 6px 0;
}
p {
  margin: 6px;
  line-height: 1.2;
}
p.link {
  margin: 6px;
  white-space: nowrap;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.small {
  font-size: small;
}
hr {
  clear: both;
  border: none;
  border-top: 1px solid gray;
  height: 1px;
  color: #fff;
}
a {
  text-decoration: none;
}
a:link { color: blue; }
a:visited { color: #0000cc; }
a:hover { color: red; }
table.list {
  border-collapse: collapse;
  background: #ffcccc;
  width: 100%;
  margin: 12px 0;
  border: 1px solid gray;
}
table.list td, th {
  border: 1px solid gray;
  padding: 5px;
  line-height: 1.2;
}
table.past {
  background: #ccffcc;
}
