/* CSS Document */
p {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #FFFFFF;
} 
a:link {
  color: #CC0000;
  text-decoration: none;
  font-weight:bold;
}

a:hover{
  color: #CC0000;
  text-decoration: underline;
  font-weight:bold;
}
headline {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #C4C4C4;
  font-weight: bold;
} 
