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



