BODY { 
  font-family: Arial; 
  background-color: white;
  color: black;
} 
A:link {
  color: #0080C0;
  text-decoration: none; 
}
A:visited {
  color: #0080C0;
  text-decoration: none; 
}
TD { 
font-family: Arial;
}
.TDJUST { 
  text-align: justify;
}
.HEAD { 
  font-family: Arial;
  font-size: large;
  font-weight: 700;
  text-align: center;
} 
.HEADBLUE { 
  font-family: Arial;
  color: #0080C0;
  font-weight: 700;
  text-align: center;
} 
.HEADITAL { 
  font-family: Arial;
  font-size: large;
  font-weight: 700;
  font-style: italic;
  text-align: center;
} 


