.user_guest {
  font-weight: normal;
  text-decoration: line-through;
}

.user_registered {
  font-weight: normal;
  font-style: italic;
}

.user_player {
  font-weight: bold;
}

.user_team {
  color: #110000;
  font-weight: bold;
}

.user_admin {
  color: darkred;
  font-weight: bold;
}

.user_mod {
  color: black;
  font-weight: bold;
}
		