ul.categories a, ul.faqs a, a.readon, div#tags a{

  color: !important;

}

ul.categories a:hover, ul.faqs a:hover, a.readon:hover, div#tags a:hover{

  text-decoration: underline;

}

ul.categories li{

  list-style: none;

  background-image: url(../images/22x22_folder_home.png);

  background-repeat: no-repeat;

  padding-left: 25px;

  padding-top: 6px;

  min-height: 20px;
  

}

ul.faqs li {

  list-style: none;

  background-image: url(../images/22x22_forward.png);

  background-repeat: no-repeat;

  padding-left: 25px;

  padding-top: 6px;

  min-height: 20px;
  font-size:12px;

}

ul.faqs li.active{

  background-image: url(../images/22x22_down.png);

}

div.anchor{

  margin-top: 10px;

  color: red;

  font-weight: bold;

  font-size: 12px;

}

span.description{

  display: block;

  margin-bottom: 10px;

}

div.spacer{

  display: block;

  width: 100%;

  height: 10px;

}

div#tags{

  margin-top: 10px;

  font-style: italic;

}