
  .boldall { font-weight: bold}
  .titletext {color: black; font-size: 24pt ; font-family: "Times New Roman" ; font-style: italic ; text-align: center ; }
  .smltitletext {color: blue; font-size: 15pt ; font-family: "Times New Roman" ; font-style: italic ; text-align: center ; }
  .bluesubtext {color: blue; font-size: 14pt ; font-family: "Times New Roman" ; text-align: center ; }
  .subheadtext {color: black; font-size: 13pt ; font-family: "Times New Roman" ; text-align: center ; }

  body {font: normal 14px/20px verdana;}
  p.link a:link span{display: none;}
  p.link a:visited span{display: none;}
  p.link a:hover span {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:center;
  display: block;}

