/* Created by Michal Kulinski! 
/* 5. Predefined Colors */
/* DESC: Including some global cheat, clear outs */

/* -- Color list -- */
/*
purple: #131a31;
green: #c8e099;
darkgreen: #66ad00;
gray: #989898;
*/

.txt_darkgreen{
	color: #66ad00;
}

.txt_green {
  color: #c8e099;
}

/*
.txt_purple{
	color: #131a31
}
*/
