body, a, p, td  {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #FFFFFF;
  font-size : 10pt;
}

.head {
  text-align : center;
  font-size : 12pt;
  font-weight : bold;
  color : #FFFF00;
}
.shead {
  font-weight : bold;
  color : #FFFF00;
}

a:link {
  color : #FFFF40;
  text-decoration: none;
}
a:visited {
  color : #FFFF40;
  text-decoration: none;
}
a:hover {
  color : #FFFF00;
  text-decoration: none;
}
a:active {
  color : #FFFF00;
  text-decoration: underline;
}

