﻿
body
{
    background-color:Black;
    font-family: Calibri;
    font-size: 10pt;
    color:#a67c52;
}
a:link,a:visited,SPAN.link
{
   font-size: 11pt;
    color:#a67c52;
    text-decoration:underline;
    font-weight:bold;
    cursor:pointer;
}
a:hover
{
    color:#6f803e;
    text-decoration:none;
    font-weight:bold;
}
a.plain:link,a.plain:visited
{
   color:White;
   font-size:10pt;
   cursor:pointer;
}
a.plain:hover
{
}
span.highlight
{
   color: #6f803e;
   font-weight: bold;
}
span.header
{
   font-family:Garamond;
   color: #6f803e;
   font-weight: bold;
   font-size: 14pt;
}

