BODY {
  background-color: #FFFFFF;
  font-family: "Comic Sans MS", Arial;
  font-size: 12pt;
  border-top: 10pt none;
  border-right: 10pt none;
  border-bottom: 10pt none;
  border-left: 10pt none;
}

H1 {
  font-size: 24pt;
}

.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 none;
  border-right: 2px #FFFF00 none;
  border-bottom: 2px #FFFF00 none;
  border-left: px #FFFF00 none;
}

.menu {
	border-top: none;
	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: 12pt;
	font-family: "Comic Sans MS", Arial;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: 3px;
	margin-left: 3px;

}

.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;
}

.small-menu {
  border-top: none;
  font-size: xx-small;
  color: #0000FF;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  font-weight: normal;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.copyright {
  text-decoration: none;
  font-size: 10pt;
  line-height: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.menu-hl {
  text-decoration: none;
  color: red;
}

FONT {
  font-family: "Comic Sans MS", Arial;
}

H2 {
  font-size: 18pt;
}

P {
  font-size: 12pt;
}

.print {
  font-family: Arial;
  font-size: 10pt;
  line-height: 10pt;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

a:hover {
  color: navy;
}

