body {
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 10pt;
  }

a:link       { color:#0000FF; text-decoration: underline }
a:active     { color:#FF0000; text-decoration: underline }
a:visited    { color:#0000FF; text-decoration: underline }
a:hover      { color:#FF0000; text-decoration: underline }

.title {
  font: 9pt Arial;
  color: #000000; 
  font-weight: bold;
  }

a.title:link       { color: #000000; text-decoration: none }
a.title:active     { color: #3366FF; text-decoration: none }
a.title:visited    { color: #000000; text-decoration: none }
a.title:hover      { color: #3366FF; text-decoration: underline }

.footer {
  font: 9pt Arial;
  color: #000000;
  font-weight: bold;
  }

a.footer:link       { color: #000000; text-decoration: none }
a.footer:active     { color: #0000FF; text-decoration: none }
a.footer:visited    { color: #000000; text-decoration: none }
a.footer:hover      { color: #0000FF; text-decoration: underline }