.plaque {
  font-family: Arial, Helvetica, Sans-Serif;
  background-color: #CCCC99;
  color: #006666;
  border-top-color: #FFFFCC;
  border-left-color: #FFFFCC;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
  padding: 2px;
}

.plaque A:link {
  text-decoration: underline;
  font-weight: bold;
  color: #006666;
  background-color: transparent;
}

.plaque A:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #006666;
  background-color: transparent;
}

.plaque A:hover {
  text-decoration: none;
  font-weight: bold;
  color: #006666;
  background-color: transparent;
}

.button {
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  background-color: #006666; 
  color: #CCCCCC;
  font-size: 75%;
  text-align: center;
  border-top-color: #33AAAA;
  border-left-color: #33AAAA;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

.button A:link {
  text-decoration: underline;
  color: #FFFFCC;
  background-color: transparent;
}

.button A:visited {
  text-decoration: underline;
  color: #FFFFCC;
  background-color: transparent;
}

.button A:hover {
  text-decoration: none;
  color: #FFFFCC;
  background-color: transparent;
}


.here {
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  background-color: #CCCC99;
  color: #006666;
  text-align: center;
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-left-color: #000000;
  border-top-color: #000000;
  border-width: thin;
  border-style: inset;
}

.seven td {
  width: 14%;
}

.highlight {
  color: #000000;
  background-color: #CCCC99;
}

.title {
  font-family: arial,helvetica,sans-serif;
  font-size: 250%;
  background-color: #CCCC99;
  color: #006666;
  border-top-color: #FFFFCC;
  border-left-color: #FFFFCC;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
  position: static;
}

.subtitle {
  font-size: 14pt;
}

