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

p1 { 
color : blue;
font-size : 20px;
} 

p2 { 
color : blue;
font-size : 50px;
} 
strong { 
color : red;
font-size : 25px;

} 

h1 { 
color : red;
text-align : center;
font-size : 30px;
} 
h2 { 
color : blue;
text-align : center;
} 
h3 { 
color : blue;
font-size : 20px;
} 

body { 
background-color : white;
} 
blockquote { 
color : blue;
font-size : 18px;
text-align : justify;

} 
.important { 
color : red;
font-size : 20px;
} 
.corps { 
color : blue;
font-size : 18px;
} 
.minuscule { 
font-size : xx-small;
} 
.trespetit { 
font-size : x-small;
} 
.petit { 
font-size : small;
} 
.moyen { 
font-size : medium;
} 
.grand { 
font-size : large;
} 
.tresgrand { 
font-size : x-large;
} 
