a.UC_USER , .UC_USER
{
  color: black;

}
}
a.UC_USER a:link, .UC_USER a:hover, a.UC_USER a:visited{
  text-decoration: underline;
  color: black;
}
a.UC_NEWBIE , .UC_NEWBIE
{
  color: gray;

}
}
a.UC_NEWBIE a:link, .UC_NEWBIE a:hover, a.UC_NEWBIE a:visited{
  text-decoration: underline;
  color: gray;
}


a.UC_POWER_USER , .UC_POWER_USER{
  font-weight:700;
  color: #975529;
}
 a.UC_POWER_USER a:link,a.UC_POWER_USER  a:visited {
  text-decoration: underline;
  color: #975529;
}
a.UC_VIP , .UC_VIP {      font-weight:700; color: pink; }
a.UC_VIP a:link, a.UC_VIP a:visited {
  text-decoration: underline;
  color: pink;
}

a.UC_VIP_GOLD , .UC_VIP_GOLD {      font-weight:700; color: pink; }
a.UC_VIP_GOLD a:link, a.UC_VIP_GOLD a:visited {
  text-decoration: underline;
  color: pink;
}

a.UC_UPLOADER  , .UC_UPLOADER {   font-weight:700; color:blue; }
a.UC_UPLOADER a:link, a.UC_UPLOADER a:visited {
  text-decoration: underline;
  color: blue;
}
a.UC_MODERATOR , .UC_MODERATOR {    font-weight:700;color:green; }
a.UC_MODERATOR a:link,a.UC_MODERATOR a:visited {
  text-decoration: underline;
  color: green;
}

a.UC_ADMINISTRATOR , .UC_ADMINISTRATOR {    font-weight:700;color:purple; }
a.UC_ADMINISTRATOR a:link,a.UC_ADMINISTRATOR a:visited {
  text-decoration: underline;
  color: purple;
}

a.UC_SYSOP , .UC_SYSOP {    font-weight:700;color:red; }
a.UC_SYSOP a:link,.UC_SYSOP a:visited {
  text-decoration: underline;
  color: red;
}

