body
{
background-image: url("coq.jpg");
background-attachment: scroll;
}
h1
{
text-align: center;
font-size: 50px;
font-family: comic sans ms;
color: black;
}
h1
{
text-align: center;
font-size: 42px;
color: rgb(193,0,0);
font-weight: bold;
text-decoration: underline;
font-family: comic sans ms;
}

h2
{
text-align: center;
font-size: 35px;
color: rgb(193,0,0);
font-weight: bold;
text-decoration: underline;
font-family: comic sans ms;
}
h3
{
text-align: left;
font-size: 28px;
font-family: comic sans ms;
}
p
{
text-align: justify;
color: black;
font-family: comic sans ms;
font-size: 20px;
}
ul
{
text-align: justify;
font-size: 16px;
font-family: comic sans ms;
color: rgb(193,0,0);
font-weight: bold;
}