A                    { color: #0066CC; text-decoration: underline; }
A:link               { color: #0066CC; text-decoration: underline; }
A:active             { color: #0066CC; text-decoration: underline; }
A:visited            { color: #0066CC; text-decoration: underline; }
A:hover              { color: #0066CC; text-decoration: underline; }

A.whitetext          { color: #FFFFFF; text-decoration: underline; }
A.whitetext:link     { color: #FFFFFF; text-decoration: underline; }
A.whitetext:active   { color: #FFFFFF; text-decoration: underline; }
A.whitetext:visited  { color: #FFFFFF; text-decoration: underline; }
A.whitetext:hover    { color: #FFFFFF; text-decoration: underline; }

.bodytext {
  color: #0066CC;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.whitetext {
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.footertext {
  color: #0066CC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}