.blue {
  color: blue;
}
.green {
  color: green;
}

#onespecial {
  background-color: red;
}

.my dog #has .fleas {
  background-color: yellow;
}
