h1
{
color: blue;
text-align: center;
}
h2
{
color: blue;
text-align: center;
}
h3
{
color: blue;
text-align: center;
}
p
{
text-align: center;
font-style: italic;
}
}
td
{
text-align: center;
}
th
{
text-align: center;
}
body
{
background-color: #e8e6a4;
}
}
table, h1, h3, h2
{
font-style: italic;
}


