/*----------------------------------------------------------------------
    Name: style-anchor1.css
    Date: 5/31/02
------------------------------------------------------------------------*/
A:link {color: #686836; font-weight: bold; text-decoration: none}
A:visited {color: #686836; font-weight: bold;  text-decoration: none}
A:hover {color: #999999;  font-weight: bold; text-decoration: underline; }
A:active {color: #999999;  font-weight: bold; text-decoration: underline;}

.content_listitem_indented a:link        {color: #330134; font-weight: bold; text-decoration: none}
.content_listitem_indented a:visited  {color: #330134; font-weight: bold;  text-decoration: none}
.content_listitem_indented a:hover    {color: #686836;  font-weight: bold; text-decoration: underline; }
.content_listitem_indented a:active  {color: #686836;  font-weight: bold; text-decoration: underline;}

