TD,P{
  font-size : 10pt;
  margin-left : 10pt;
  margin-right : 10pt;
}
A{
  font-size : 10pt;
  color: blue;
  text-decoration: none;
}
A:VISITED{
  color: purple;
  text-decoration: none;
}
A:HOVER{
  color: white;
  font-weight: bold;
  background-color: navy;
}
A:ACTIVE{
  color: red;
  text-decoration: none;
}
H3{
  font-size : 14pt;
  font-weight : bold;
  color : #ffffff;
  background-color : teal;
  text-align : center;
}
HR{
  border-style : dotted dotted dotted dotted;
  border-color : gray gray gray gray;
}
