/*
Project: 15-16_37
Activity: 1.7 - Analytical writing
Author: Richy Thomas
*/


.green {
  background: rgba(0,255,0,1)
}

.yellow {
  background: rgba(255,255,0,1);
}

.blue {
  background: rgba(0,255,255,1);
}

.highlight.highlight-green.on {
  background: rgba(0,255,0,1)
}

.highlight.highlight-yellow.on {
  background: rgba(255,255,0,1);
}

.highlight.highlight-blue.on {
  background: rgba(0,255,255,1);
}

