p.top {
  font-family: "Times New Roman";
  color: black;
  font-size: 19px;
  font-weight: bold;
 }

p.normal {
  font-family: Arial;
  color: black;
  font-size: 13px;
  font-weight: normal;
 }

p.small {
  font-family: Arial;
  color: black;
  font-size: 11px;
  font-weight: normal;
 }

p.smallbold {
  font-family: Arial;
  color: black;
  font-size: 12px;
  font-weight: bold;
 }

p.purple {
  font-family: Arial;
  color: #782284;
  font-size: 12px;
  font-weight: bold;
 }

p.green {
  font-family: Arial;
  color: #13595B;
  font-size: 12px;
  font-weight: bold;
 }

.name {
  font-family: Arial;
  color: black;
  font-size: 12px;
  font-weight: bold;
 }

.topsmall {
  font-family: "Times New Roman";
  color: black;
  font-size: 16px;
  font-weight: bold;
 }

A:link {text-decoration: none; color: #7E2887}
A:visited {text-decoration: none; color: #7E2887}
A:active {text-decoration: none; color: #13595B}
A:hover {text-decoration: underline; color: #BD91C2}
