body
{
     background: purple;
     border: 10px ridge white;
}
h1
{
   text-align: center; /* Pour centrer le titre */
   font-family: "Edwardian Script ITC", Monotype Corsiva, times new roman,Arial, Verdana, serif; 
   font-style: italic;
    color: white;
  font-size: 56px;
  font-weight: bold;
 }
h2
{
   text-align: center; /* Pour centrer le titre */
   font-family: "Edwardian Script ITC",  Monotype Corsiva, times new roman,Arial, Verdana, serif; 
   font-style: italic;
    color: white;
  font-size: 36px;
  font-weight: bold;
 }
a
{
  text-decoration: none; /* Les liens ne seront plus soulignés */
   text-align: center; /* Pour centrer le titre */
   font-family: "Edwardian Script ITC", Monotype Corsiva, times new roman,Arial, Verdana, serif; 
   font-style: italic;
   color: white;
  font-size: 36px;
  font-weight: bold;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: black; /* Le lien sera écrit en violet quand on pointera dessus */
}