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

h3{ 
color : red;
font-size : 20px;
} 
strong { 
color : Brown;
text-decoration : blink;
} 
h1 { 
color : Brown;
text-align : center;
} 
h2 { 
color : blue;
text-align : center;
} 
body { 
background-color : white;
} 
blockquote { 
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;
} 
