body {
  font-family: "MS UI Gothic";
  font-weight: normal;
}
h1 {
  border: 1px solid silver;
  margin: 2px;
  padding: 2px;
  text-align: left;
  font-size: small;
  background-color: #f7f7f7;
}
h3 {
  border-style: solid;
  border-width: 2px 0px;
  border-top: 2px solid blue;
  border-bottom: 2px solid blue;
  padding: 3px;
  text-align: center;
}
hr {
  color: silver;
  height: 1px;
}
a {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}
a:active {
  color: red;
  text-decoration: none;
}
ul {
  color: black;
  list-style-position: outside;
}
th {
  color: white;
  background-color: navy;
}
table {
  font-size: x-small;
  font-family: "MS UI Gothic";
}
h2 {
  margin: 0px;
  padding: 2px;
  font-size: x-small;
  background-color: #e3e3e3;
}

