.lime
{
   background-color : 669966;
}

.green
{
   background-color : 003366;
}

.hunter
{
   background-color : FFFFCC;
}

body
{
   color : black;
   text-align : center;
   font-family : trebuchet ms, arial, geneva, helvetica;
   margin : 0 0 0 0;
   background-color : 666666;
}

td
{
   text-align : center;
}

.justify
{
   text-align : justify;
}

.left
{
   text-align : left;
}

a:hover
{
   color : white;
   font-weight : bold;
   text-decoration : none;
}

a.table:hover
{
   text-decoration : none;
   color : 003399;
   font-weight : bold;
}

a
{
   color : FFAA55;
   text-decoration : none;
   font-weight : bold
}

a.table
{
   color : 003366;
   font-weight : bold
   text-decoration : none;
}

.small
{
   font-size : x-small;
}

.large
{
   font-size : x-large;
}

.indent
{
   text-indent : 15;
}