
body
{
   background-image: url("fond21.jpg") ;
   background-attachment: fixed;
}

a
{
color: red;
font-size: 17px;
font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
text-decoration: underline;
font-weight: bold
}

a:hover
{
color: blue;
text-decoration: none;
font-weight: bold
}

p
{
color: black;
font-size: 15px;
font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
font-weight: bold
}
 
h1
{
   color: blue;
   font-size: 25px;
   font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
   text-decoration: underline;
   font-weight: bold
}
 
h2
{
   color: blue;
   font-size: 20px;
   font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
   font-weight: bold
}
h3
{
   color: blue;
   font-size: 15px;
   font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
   font-weight: bold
}
h4
{
   color: blue;
   font-size: 10px;
   font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
   font-weight: bold
}
h5
{
   color: blue;
   font-size: 5px;
   font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
   font-weight: bold
}

p img
{
   border: 2px solid black;
}

v
{
color: red;
text-decoration: none;
font-size: 15px;
font-family: Comic Sans MS, Trebuchet MS, Georgia, serif;
font-weight: bold

}
