a:link
{
        color: rgb(0,153,102);
}
a:visited
{
        color: rgb(0,153,102);
}
a:active
{
        color: maroon;
        text-decoration:none;
}
a:hover
{
        color: maroon;
        background-color: transparent;
        font-style: normal:
        font-weight:bold;
        text-decoration:none;
}
a.navi:link
{
        color: rgb(0,153,102);
        text-decoration:none;
}
a.navi:visited
{
        color: rgb(0,153,102);
        text-decoration:none;
}
a.navi:active
{
        color: maroon;
        text-decoration:none;
}
a.navi:hover
{
        color: maroon;
        background-color: transparent;
        font-style: normal:
        font-weight:bold;
        text-decoration:none;
}
body
{
        font-weight: normal;
        font-size: 12pt;
        font-family: arial,helvetica,verdana,sans-serif;
        background-color: #C8DEC8;
        color: rgb(102,0,0);
}
table
{
        table-border-color-light: rgb(102,204,204);
        table-border-color-dark: rgb(0,102,102);
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6
{
        font-family: Times New Roman, Times;
}
h1
{
        color: rgb(102,102,51);
}
h2
{
        color: rgb(102,102,0);
}
h3
{
        color: #646664;
}
h4
{
        color: rgb(102,102,102);
}
h5
{
        color: rgb(102,102,102);
}
h6
{
        color: rgb(153,153,102);
}
