body {
  margin: 0px;
  font-family: arial;
  border: 1px solid black;
  color: #4B6A7F;
}

.menuitem {
  border-bottom: 1px solid #D4FFFF;
  border-top: 1px solid #A4D2D2;
  height: 19;
}

.menuitem a:link, a:visited {
  color: #728393;
  font-weight: bold;
  font-size: 9pt;
  text-decoration: none;
}

.menuitem a:hover {
  text-decoration: underline;
}

.content {
  padding-left: 10px;
  font-size: 10pt;
  color: #7B9AAE;
}

.right img {
  margin-bottom: 5px;
  border: 1px solid black;
}

.sp:link {
  color: #4B6A7F;
  text-decoration: none;
  font-weight: normal;
  font-size: 8pt;
}

.sp:visited {
  color: #4B6A7F;
  text-decoration: none;
  font-weight: normal;
  font-size: 8pt;
}

.sp:hover {
  text-decoration: underline;
}

div {
  padding: 0px;
  margin: 0px;
}

a:link, a:visited {
  text-decoration: none;
  color: ;
}

a:hover {
  text-decoration: underline;
}