H1           {
  font-size:14pt;
}
H2           {
  background-color : #ececff;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : groove;
  border-bottom-style : groove;
  border-right-color : navy;
  border-bottom-color : navy;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 2px;
  padding-bottom : 2px;
  font-size : 100%;
  
}
P            {
  font-size : 90%;
  line-height : 1.5;
  position : relative;
  margin-left : 10px;
}
A.nave:link {
  text-decoration: none;
  color: "#3300CC";
}
A.nave:visited {
  text-decoration: none;
  color: "#3300CC";
}
A.nave:hover {
  text-decoration: underline;
  color: "#ff0000";
}
LI{
  font-size : 90%;
  line-height : 1.5;
}

