h1{
 font-size:30pt;
 font-family:sans-serif;
 font-weight:bold;
 color:purple;
}

p{
 color:rgb(50,200,150);
 font-size:14pt;
}
h2{
 font-size:24pt;
 color:purple;
 background-color:rgb(50,200,150);
}
 
h3{
 font-size:18pt;
 color:rgb(50,200,150);
}
/* style du corps de la page*/
body{
 font-family:arial,sans-serif;
 background-color:#faffff;
 margin:0;
 padding:0;
}
a{
 color:green;
 text-decoration:underline;
}
a:visited{
	color:#d93dd9;
}
a:hover{
	background-color:blue;
	color:white;
	text-decoration:none;
	font-style:italic;
}
body{
	background:no-repeat center/100% url("https://media0.giphy.com/media/9XXMMgyGqACsLc58lq/giphy.gif?cid=6c09b952w014yu6r8mdolbqm0xb2zv3ee7f8x0e7si8uz0ta&ep=v1_gifs_search&rid=giphy.gif&ct=g");
	background-attachment: fixed;
}
table{
	color:rgb(50,200,150);
}
li{
	color:rgb(50,200,150);
}
table,TR,TD{
	border: 1px solod white ;
}