/* user.css ----------------------------------------------------------------- */
.red
{
  color: #FF0000;
}

.blue
{
  color: #005982;
}
.text
{
  size: 10px;
}

.white
{
	font-family:inherit;
    font-weight:500;
    line-height:1.1;
	color:#F1F1F1
}