h1
{
text-align:center;   
color: maroon;
text-decoration:blink;
}

body
{
background-image: url("../lever_soleil_aigle.JPG");
background-repeat:no-repeat;
}

p
{
   color: blue;
   font-size: 18px;
}

a:hover
{
font-style:italic;
font-size:large;
}