body
{
 width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color:rgb(255,187,255);
}

p
{
color:rgb(40,40,255);
font-size:1.5em;
font-family:impact,arial, serif;
text-align:center;
font-weight:bold;
}

a img
   {
   border:none;
   }