  body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: darkGray;
  background-color: white;
  }
  A:link {
  color: blue;
  text-decoration: none;
  }
  A:visited {
  color: magenta;
  text-decoration: none;
  }
  A:active {
  color: magenta;
  text-decoration: none;
  }
  A:hover {
  color: magenta;
  text-decoration: underline;
  }
  .centered-heading-1 {
  color: red;
  font-size: larger;
  text-align: center;
  }
  .left-menu-item {
  font-size: 80%;
  }
  .left-sub-menu-item {
  font-size: 70%;
  text-indent: 10%;
  }
  .text-normal {
  font-size: 80%;
  color: darkblue;
  }
  DIV#body-area P {
  font-size: 80%;
  color: darkblue;
  }
  DIV#body-area li {
  font-size: 80%;
  color: darkblue;
  }
  DIV#body-area .centered-heading-1 {
  color: red;
  font-size: larger;
  text-align: center;
  }
  DIV#body-area B {
  font-size:80%;
  color: darkblue;
  }
  .text-emphasis {
  font-size: 85%;
  text-align: center;
  }
  .text-small {
  font-size: 70%;
  }
  .banner-bar {
  background: lightgrey
  }
  .footer-normal {
  font-size: 80%;
  text-align: center;
  }
