html, body {
 margin: 0;
 padding: 0;
 background-color: blue; 
 font-family: monotype corsiva, sans-serif; 
 color: #FFFFFF;
 font-size: 150%;
  text-align: center;
}
h1 {
 font-size:  150%; 
 font-family: monotype corsiva, sans-serif;
 color: #FFFFFF; 
 text-align: center;
 }
h2 {
 font-size: 180%; 
 color: #FFFFFF; 
text-align: center;
 }

p,ul,li,td {
 font-size: 120%; 
color: #FFFFFF; 
 text-align: center;
http-equiv="Content-Type" content="text/html; charset=utf-8" ;
}

a {
text-decoration: none; /* Les liens ne seront plus soulignés */
color: #FFFFFF; /* Les liens seront en rouge au lieu de bleu */
font-size:120%;
}