P {
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em;
  font-family: Verdana, Arial, Helvetica;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
  height: auto;
}

Font {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   // Old color F7EF60
   color: #fea610;
   font-size: 12px;
   line-height: 1.5em;
}

Font.Red {
    color: #C40D0A;
}

Table {
   font-size: 12px;
   border-collapse: collapse;
}

TD {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #fea610;
  font-size: 14px;
  line-height: 1.5em;
  text-align: Left;
}
TD.Right {
  text-align: Right;
}

TD.Left {
  text-align: Left;
}

TD.PageTitle {
  text-align: Center;
  font-size: 18px;
}

TD.Photo {
  text-align: Center;
}

TD.PhotoLeft {
  text-align: Left;
}

TD.PhotoRight {
  text-align: Right;
}

/* Links (anchors) */

A:link {
    text-decoration: none;
    color: #fea610;
}
A:visited
{
    text-decoration: none;
    color: #fea610;
}
A:hover
{
    text-decoration: underline;
    color: green;
}

A:active
{
    text-decoration: underline;
    color: red;
}

