.user {
  font-size: small;
}	


.userB {
  font-size: small;
}	

.userC{
  font-size: x-small;
  font-weight: bold;
}

.userSmall {
  font-size: xx-small;
}	

.userSmallGray {
  font-size: xx-small;
  color: gray;
}	

.linkTitle{
  font-size: small;
  font-weight: bold;
  color: blue;
}

.userRed {
  font-size: xx-small;
  font-weight: bold;
  color: red;
}	

.userBold {
  font-size: small;
  font-weight: bold;
}


