body {
  background-color: #FFF9D0;
  font-family: "MS UI Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
p {
  margin-left: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1em;
}
h2 {
  color: #FFFF99;
  font-size: 1em;
  font-weight: bold;
  background-color: #FF0066;
  padding: 1px 0 1px 30px;
  border: double 3px #FFFFFF;
  margin: 5px 0;
}
h3.welcome {
  color: #0000FF;
  margin-left: 50px;
}
a {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
a:hover {
  background-color: #eeeeFF;
}
.highlight {
  color: #FF0066;
}
.small-note {
  font-size: 12px;
  color: #FF0066;
}
.note-blue {
  color: #0000FF;
  font-size: 12px;
}
.modified-date {
  margin-left: 50px;
}
