BODY {
  background-color: white;
  color: rgb(25,25,112);
  font-family: arial, sans-serif, helvetica;
  font-size: 95%;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
a {
  color: rgb(112,25,112);
  background-color: white;
  text-decoration: none;
  border : none; 
  margin : 0;
}
a:visited {
  color: rgb(25,112,112);
}
a:hover { 
  color: rgb(175,25,112);
}
a.red:link {color: red}
a.red:visited {color: red}
a.red:active {color: red}
a.red:hover {color: red}
BR {
  line-height: 0.2;
}
H1, H2, H3, H4, H5 {
  border : none; 
  margin : 0;
}
IMG {
  border : none; 
  margin : 0;
}

