body

{

    	background-image: url("zgpax.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	
	
}
p

{

   	font-size: 20px; 
	font-family: Times New Roman ;
	color: white;
}

a /* Liens par défaut (non survolés) */

{

   text-decoration: none;

   color: green;

   font-style: italic;

}
a:hover /* Apparence au survol des liens */

{

   text-decoration: underline;

   color: red;