.green
{
   color: rgba(0,255,0,1);
}
.yellow
{
   color: rgba(255,255,0,1);
}
.red
{
   color: rgba(255,0,0,1);
}
.blue
{
   color: rgba(0,0,255,1);
}
.cream
{
   color: rgba(255,255,205,1);
}
.white
{
 	color: #fff;
}
.green-bg
{
   background-color: rgba(0,255,0,0.8);
}
.yellow-bg
{
   background-color: rgba(255,255,0,0.8);
}
.red-bg
{
   background-color: rgba(255,0,0,0.8);
}
.blue-bg
{
   background-color: rgba(0,0,255,0.8);
}
.cream-bg
{
   background-color: rgba(255,255,205,1);
}
.white-bg
{
   background-color: rgba(255,255,255,1);
}
.red-glow
{
  	text-shadow: 0px 0px 5px  #FF0000 !important;
	-moz-text-shadow:0px 0px 5px  #FF0000 !important;
	-webkit-text-shadow:0px 0px 5px  #FF0000 !important;
}
.yellow-glow
{
  text-shadow: 0px 0px 5px  #888800 !important;
}
.green-glow
{
  text-shadow: 0px 0px 5px  #00AA00 !important;
}
.blue-glow
{
  text-shadow: 0px 0px 5px  #0000FF !important;
}