/* CSS Document */
.left {text-align: left ; }

.right {text-align: right ; }

.center{text-align: center ; }

.justify {text-align: justify ;}

a:link,a:hover,a:active,a:visited{
   text-decoration:none;
}
 s1
{
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", serif;
   text-decoration: underline;
   color: green; /* Le titre en vert (pourquoi pas ?) */
}


<!--
.Style5 {
	font-family: Alibi;
	color: #FF0050;
	font-size: 50px;
	font-color: #FF0450; 
}
-->
body {
background-color:#FFA07A;
margin:50px 0px 50px 0px;

