body {
  background: #FFFFFF; 
  color: #000000; 
  font-family: Arial;
}
A {
  text-decoration: none; 
  color: #A9A9A9;
}
A:hover {
  text-decoration: underline;
  color: #FF0000;
}
caption {
  font-weight: bold;
  font-size: small;
}
IMG {
  border: none;
}
td {
  text-align: center;
}
th {
  background: #00008f;
  text-align: center;
}
table {
  background: #FFFFFF; 
  color: #000000;
}
