@charset "utf-8";
body {
  background: #ffffff url("./img/bg.png");
  color: #000000;
  font-family: sans-serif;
}
#content {
  background: #ffffff;
  color: #000000;
  margin: 0em 8em;
  padding: 1em;
}
#footer {
  text-align: right;
}
p {
  font-size: 10.5pt;
}
p.date {
  background: #d8d8d8;
  color: #d8d8d8;
  font-style: italic;
  font-size: small;
}
dt {
  border-bottom: 1px solid #ff9900;
  border-left: 0.5em solid #ff9900;
  font-size: 10.5pt;
  font-weight: bold;
  margin: 0 1em;
  padding: 0 0 0 4px;
}
a:link {
  background: #ffffff;
  border-left: 0.5em solid #cccccc;
  color: #000000;
  text-decoration: none;
}
a:visited {
  background: #ffffff;
  border-left: 0.5em solid #cccccc;
  color: #000000;
  text-decoration: none;
}
a:active {
  background: #ffffff;
  border-left: 0.5em solid #cccccc;
  color: #000000;
  text-decoration: none;
}
a:hover {
  background: #ffcc66;
  border-left: 0.5em solid #ff9900;
  color: #000000;
  text-decoration: none;
}
