.heading
{
  color: #3A0035;
  font-weight:bold;
}
.uline_heading
{
  color: #3A0035;
  font-weight:bold;
  width: 100%; 
  border-bottom-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-color:#D1C5D1
}
.main_text
{
  font-family:Arial; 
  font-size:12px; 
  padding-left: 12px; 
  color: #675742; 
  line-height: 18px;
}

.heading_href {
  color: #3A0035;
  font-weight:bold;
  font-size: 11px;
}

a:link 
{
  text-decoration: none;
  color: #877C71;
}

a:visited 
{
  text-decoration: none;
  color: #877C71;
}

a:hover 
{
  text-decoration: underline;
  color: #3A0035;
}

a:active 
{
  text-decoration: none;
  color: #877C71;
}