body
{
    font-family: "Lucida Sans" , "Sans-Serif";
    background-color: #f0fff8;
    color: #002018;
    margin: 10px 10px 10px 10px;
}
h1
{
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
h3
{
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h4
{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background-color: #c0e0d8;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
p.ixdate
{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
p.ixdesc
{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
p.right
{
    text-align: right;
}
p.centre
{
    text-align: center;
}
ul
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
}
table
{
    table-layout: fixed;
}
tr.magentaback
{
    background-color: #f8f0ff;
}
tr.yellowback
{
    background-color: #fff8f0;
}
tr.cyanback
{
    background-color: #f0fff8;
}
