/*
 * ColorCSS
 * Genilson Silva
 * Copyright 2017
 * Licensed under MIT
 */

 .red {
	background: red;
 }

 .blue {
	background: blue;
 }

 .yellow {
	background: yellow;
 }

 .cinza {
	background: #f3f3f3;
 }