/*
 * Style sheet for RolePlay OnLine -- http://rpol.net
 *
 * CSS validated at "http://jigsaw.w3.org/css-validator/" - W3C's online validation service
 */


.red {
  color : #ff0000 !important;
}
.orange {
  color : #ff6600 !important;
}
.aqua {
  color : #339999 !important;
}
.blue {
  color : #0000ff !important;
}
.darkblue {
  color : #000099 !important;
}
.green {
  color : #009900 !important;
}
.darkgreen {
  color : #006600 !important;
}
.brown {
  color : #663300 !important;
}
.purple {
  color : #990099 !important;
}
.yellow {
  color : #cc9933 !important;
}
.pink {
  color : #cc66cc !important;
}
.invis {
  color: #000000 !important;
}

