body {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 1em;
  line-height: normal;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  color: black;
  background-color: white;
}

#pageheading {
  color: blue;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  
}
div.content .right {
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: right;
  clear: right;
}

.picstable {
  color: blue;
  font-size: 1em;
  text-align: center;
}

.heading1 {
  color: blue;
  font-size: 1em;
  font-weight: bold;

}

.heading2 {
  color: black;
  font-size: 1em;
  font-weight: bold;

}

hr.blueline {
  color: blue;
  size: 0.7em;
  width: 100%;

}

.small {
  font-size: 0.75em;
  color: black;
}

.smallem {
  font-size: 1em;
  color: black;
}

.smallex {
  font-size: 2ex;
  color: black;
}

.smallpx {
  font-size: 14px;
  color: black;
}
a:link {
  color: blue;
  text-decoration: underline;
}

a:visited {
  color: navy;
  text-decoration: underline;
}

a:hover {
  color: aqua;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: underline;
}

a.external:link {
  color: green;
  text-decoration: underline;
}

a.external:visited {
  color: olive;
  text-decoration: underline;
}

a.external:hover {
  color: lime;
  text-decoration: none;
}

a.external:active {
  color: red;
  text-decoration: underline;
}

a.exit:link {
  color: blue;
  text-decoration: underline;
}

a.exit:visited {
  color: navy;
  text-decoration: underline;
}

a.exit:hover {
  color: aqua;
  text-decoration: none;
}

a.exit:active {
  color: red;
  text-decoration: underline;
}
