
P.nav {
  font-size: 10pt;
  text-align: center;
}

A.nav {
  font-size: 10pt;
  text-align: left;
}

A.hover {
  color: green;
}

A.visited {
  color: #993333;
}

P.head {
  font-size: large;
  color: blue;
  font-weight: bold;
}

P.bold {
  color: blue;
  font-weight: bold;
}

P.test {
  font-style: italic;
}

font.bold {
  color: blue;
  font-weight: bold;
}
