 
.red{
  font-size : 13px;
  line-height : 26px;
  color : #990000;
  letter-spacing : 1px;
  
  font-weight : bold;
}
.gray{
  font-size : 13px;
  font-weight : bold;
  line-height : 26px;
  color : #666666;
  letter-spacing : 1px;
  
}
.blue{
  font-size : 13px;
  font-weight : bold;
  line-height : 26px;
  color : blue;
  letter-spacing : 1px;
  
}
.brown{
  font-size : 13px;
  font-weight : bold;
  line-height : 26px;
  color : maroon;
  letter-spacing : 1px;
}
.green{
  font-size : 13px;
  font-weight : bold;
  color : green;
}

