p
{
   color: #F6E497;
   font-size: 24px;
   font-family:burned gothic, serif, georgia, tahoma;
   font-weight:bold

}
h1
{
   color: teal;
   font-size: 100px;
   font-family:burned gothic, serif, georgia, tahoma;
   font-weight:bold
}
h2
{
text-decoration: underline; 
   color: #FFFFFF;
   font-family:burned gothic, serif, georgia, tahoma;
}
h3
{
font-size: 14px;
   color: #F6E497;
   font-family:burned gothic, serif, georgia, tahoma;
}
a
{
   text-decoration: none; 
   color: #F6E497; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; 
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   
   color: teal; 
font-style: bold;  
}

