BODY {
  background-color: white;
  font-family: Arial;
  font-size: 12pt;
  border-left: none;
}

.menu {
  border-top: none;
  font-family: sans-serif;
  font-size: 10pt;
  color: black;
  text-transform: none;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  font-weight: bold;
  line-height: 10pt;
  background-color: transparent;
  border-right: none;
  border-bottom: none;
  border-left: 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 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;
}

.navigation {
  font-size: 8pt;
  line-height: 8pt;
  text-decoration: none;
  color: blue;
}

.builder {
  font-weight: bold;
  font-size: 25px;
  color: blue;
  line-height: 25px;
}

.city {
  font-size: large;
  font-weight: bold;
}
.buildertd {
	text-align: left;
}
.description {
	padding-top: 8px;
}
.postscript {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 6px;
}
