BODY {
  color: black;
  font-family: Arial, "sans-serif"; font-size: 12px;
  background: #FFFFF0;
}
a:link     {
  color: #660000 ;
  text-decoration: underline;
}
a:visited  {
  color: #660000 ;
  text-decoration: underline;
}
a:active   {
  color: #004000 ;
  text-decoration: underline;
}
a:hover     {
  color: #FF3300;
  background-color: #FFFF00;
}

H3 {font-family: Arial, "sans-serif";}
P  {font-family: Arial, "sans-serif"; font-size: 12px;}
TD {font-family: Arial, "sans-serif"; font-size: 12px;}

.page-title {
  color: #008000;
  font-family: "Times New Roman" "serif";
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-style: italic;
}
.navigation-bar {
  background-color: "#E0FFBF";
  border: medium #ffffff solid;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  text-align: center;
  font-size: 12px;
}
.page-heading {
  color : #990000;
  font-family: "Arial" "sans-serif";
  font-weight : bold;
  text-align: left;
  font-size : 18px;
  text-decoration : none;
}
.subject-heading {
  color : #000099;
  font-family: "Arial" "sans-serif";
  font-weight: bold;
  text-align: left;
  font-size : 16px;
}
.text-normal {
  font-family: "Arial" "sans-serif";
  font-weight : normal;
  text-align: left;
  font-size : 12px;
}
.paragraph-heading {
  color : #990000;
  font-family: "Arial" "sans-serif";
  font-weight : bold;
  text-align: left;
  font-size : 12px;
}
