body
{
img-align: center;
text-align: center;
font-size: 18px;
font-family: "Arial";
color: grey;
background-color: black;
}


a
{
color: grey;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: gold; /* Le lien sera écrit en vert quand on pointera dessus */
}
h2, h3
{
text-align: center;
font-size: 18px;
font-family: "Arial";
color: grey;

}

h7
{
text-align: center;
font-size: 10px;
font-family: "Arial";
color: grey;
}

h1
{
text-align: center;
font-size: 40px;
font-family: "Arial";
color: gold;
text-decoration: blink;
}