
BODY {
  background-color: #FFFFFF;
  font-family: Arial;
  font-size: 12pt;
}

.menu {
  border-top: none;
  font-family: sans-serif;
  font-size: 10pt;
  color: #0000FF;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  font-weight: normal;
  line-height: 10pt;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

a:hover {
  color: #000099;
}

H1 {
  font-size: 24pt;
  color: #000099;
  text-align: center;
}

.framed {
  border-top: 4px blue groove;
  border-right: 4px blue groove;
  border-bottom: 4px blue groove;
  border-left: 4px blue groove;
}

.frame {
  border-top: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
  border-left: 0px none;
}

.selected {
  border-top: 2px #FFFF00 solid;
  border-right: 2px #FFFF00 solid;
  border-bottom: 2px #FFFF00 solid;
  border-left: 2px #FFFF00 solid;
}

.large-menu {
  border-top: none;
  font-size: 12pt;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: underline;
  font-weight: normal;
  line-height: 14pt;
  font-family: sans-serif;
  color: blue;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

LI {
  margin-bottom: 10px;
}

.plaintag {
  text-decoration: none;
  color: black;
}
