﻿body
{
   color: #999999;
   background-color: #E9E9E9;
}
a
{
   font-size: 8pt;
   font-weight: bold;
   text-decoration: none;
   position: relative;
   left: -16px;
}
a:link
{
   color: #666666;
}
a:visited
{
   color: #999999;
}
a:hover
{
   color: #DD0000;
}
a:active
{
   color: #880000;
}
.LinkCategory
{
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   color: #FF0000;
   position: relative;
   left: -1px;
}
