p.mot
{
	
   color: rgb(0,0,0);
   font-size: medium;
	border: 2px ridge rgb(220,150,220);
	width: 600px;
	 margin: auto;
	 background-color: rgb(255,200,255);
	 padding: 10px;
}

p.fin
{
	

   font-size: x-small;

}

body
{
	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", "Comic Sans MS", Georgia, "Times New Roman", serif;
		width: 1000px;
	 margin: auto;
	 background-color: rgb(255,220,255);

}

