body
{
    font-family: "Lucida Sans" , "Sans-Serif";
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    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.small
{
    font-size: small;
}
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%;
}
tr.magentaback
{
    background-color: #f8f0ff;
}
tr.yellowback
{
    background-color: #fff8f0;
}
tr.cyanback
{
    background-color: #f0fff8;
}
a:link
{
    text-decoration: none;
    color: #0000c0;
}
a:visited
{
    text-decoration: none;
    color: #600080;
}
a:hover
{
    text-decoration: underline;
    background-color: #c0e0d8;
}

