tr.Cellpadding {
   padding: 5;
}
tr.Pink {
   font-family: helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   color: #FF0099;
   text-decoration: underline;
}
tr.Pink A:link {
   font-family: helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   color: #FF0099;
   text-decoration: underline;
}
tr.Pink A:visited {
   font-family: helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   color: #FF0099;
   text-decoration: underline;
}
tr.Pink A:hover {
   font-family: helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   color: #FF0099;
   text-decoration: underline;
}
tr.Pink A:active {
   font-family: helvetica;
   font-style: normal;
   font-weight: bold;
   font-size: 24px;
   color: #FF0099;
   text-decoration: underline;
}

