.clubs {
    color: green;
    font-weight: bold;
}

.diamonds {
    color: orange;
    font-weight: bold;
}

.hearts {
    color: red;
    font-weight: bold;
}

.spades {
    color: black;
    font-weight: bold;
}

abbr[title] {
  border-bottom:1px dotted;
  cursor: help;
}
