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

table {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.9em;
  color: black;
  background-color: rgb(80%, 100%, 100%);
  }

#pagetitle {
  color: rgb(20%, 40%, 40%);
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.pictitle {
 color: blue;
 }

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

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

.reduced {
  font-size: 0.8em;
  color: black;
}
.small {
  font-size: 0.7em;
  color: black;
}

hr.blueline {
  width: 100%;
 color: rgb(80%, 80%, 80%);
}

p.advert {
  background-color: rgb(80%, 100%, 100%);
  color: rgb(20%, 40%, 40%);
  font-family: "Times New Roman",serif;
  font-size: 1em;
  text-decoration: none;
}

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

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

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

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

a.email:link {
  color: maroon;
  text-decoration: underline;
}

a.email:visited {
  color: maroon;
  text-decoration: underline;
}

a.email:hover {
  color: fuchsia;
  text-decoration: none;
}

a.email:active {
  color: fuchsia;
  text-decoration: underline;
}

a.exit:link {
  background-color: rgb(80%, 100%, 100%);
  color: rgb(40%, 60%, 60%);
  font-size: 18px;
  text-decoration: none;
}

a.exit:visited {
  background-color: rgb(80%, 100%, 100%);
  color: rgb(40%, 60%, 60%);
  font-size: 18px;
  text-decoration: none;
}

a.exit:hover {
  background-color: rgb(40%, 60%, 60%);
  color: rgb(80%, 100%, 100%);
  font-size: 18px;
  text-decoration: none;
}

a.exit:active {
  background-color: rgb(40%, 60%, 60%);
  color: rgb(80%, 100%, 100%);
  font-size: 18px;
  text-decoration: none;
}

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

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

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

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

.thispage {
  background-color: rgb(80%, 100%, 100%);
  color: rgb(20%, 40%, 40%);
  font-size: 18px;
  text-decoration: none;
}
