body
{
background-image: url("sicileclair.jpg");
background-attachment: scroll;
}
h1
{
text-align: center;
font-size: 90px;
color: blue;
font-weight: bold;
text-decoration: underline;
font-family: comic sans ms;
}
h2
{
text-align: center;
font-size: 90px;
color: red;
font-weight: bold;
text-decoration: underline;
font-family: Poseidon AOE, comic sans ms;
}
h3
{
text-align: left;
font-size: 60px;
font-family: Poseidon AOE, comic sans ms;
color: red;
}
h4
{
color: black;
font-size: 20px;
font-family: comic sans ms;
text-align: justify;
}
h6
{
text-align: center;
}
p
{
text-align: justify;
color: black;
font-family: comic sans ms;
font-size: 20px;
font-weight: bold;
}
ul
{
text-align: justify;
font-size: 20px;
font-family: comic sans ms;
color: black;
font-weight: bold;
}