/* anchor */
a:link, a:active {
  color: #0000ff;
}
a:visited {
  color: #55c;
}
a:hover {
  text-decoration: none;
  color: #00f;
  background-color: #ffe0f0;
}

/* body */
body {
  color: #111;
  background-color: #f0f0ff;
  font-size: small;
  line-height: 1.3em;
  text-autospace: ideograph-numeric ideograph-alpha ideograph-space ideograph-parenthesis;
  padding: 2%;
}

/* title */
div.title {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: x-large;
  font-weight: bold;
}

/* h, p */
h1 {
  margin: 1.5em 0em 0.5em 0em;
  padding-left: 0.3em;
  font-size: large;
  border-left: solid 1em gray;
  border-bottom: solid thin gray;
}
h2 {
  margin: 1em 0em 0.5em 20pt;
  font-size: medium;
  border-bottom: solid thin gray;
}
p.level1 {
  margin: 0.5em 0.5em 1em 15pt;
}
p.level2 {
  margin: 0.5em 0.5em 1em 20pt;
}

/* hr */
hr {
  border: none;
  height: 1px;
  background-color: black;
  margin: 0.5em 0em;
}

/* other */
div.update {
  color: #a05050;
  font-size: x-small;
  text-align: right;
}

.copyright {
  font-style: italic;
}

.fwr {
  color: #00a0a0;
}
.fwr-logo {
  border: none;
}
a:link .fwr-logo,
a:active .fwr-logo,
a:visited .fwr-logo,
a:hover .fwr-logo {
  background-color: #f0f0ff;
}

div.hierarchy {
  font-size: small;
  text-align: right;
}

hr.fclear {
  clear: both;
}

table {
  empty-cells: hide;
}

span.new {
  color: red;
  font-size: xx-small;
}

span.strike {
  text-decoration: line-through;
}

