
A.tnav:link {
  text-decoration: none;
  color: white;
}

A.tnav:visited {
  text-decoration: none;
  color: white;
}

A.tnav:hover {
  text-decoration: underline;
  color: white;
}

A.tnav:active {
  text-decoration: none;
  color: red;
}

A.bnav:link {
  text-decoration: none;
  color: white;
}

A.bnav:visited {
  text-decoration: none;
  color: white;
}

A.bnav:hover {
  text-decoration: underline;
  color: white;
}

A.bnav:active {
  text-decoration: none;
  color: red;
}

FONT.spread {
  color: white;
  letter-spacing: .5ex;
}

FONT.bold {
  color: #0033CC;
}

P.bnav {
  color: white;
  font-size: 0.9em;
  text-align: center;
}

P.bold {
  color: #0033CC;
}

H1 {
  color: #0033CC;
  font-size: 3ex;
  font-weight: bold;
  letter-spacing: .5ex;
  text-align: center;
}

H2 {
  font-size: 2ex;
  color: #0033CC;
  text-align: center;
}

H3 {
  color: #0033CC;
  text-align: center;
}

H4 {
  color: #0033cc;
  text-align: center;
  border: 2px solid #0033cc;
  margin: 10px;
  padding: 10px;
  }