.pointFont-red{
     color:red;
     font-weight: bold;
}

.pointFont-blue{
     color:blue;
     font-weight: bold;
}

.pointFont-purple{
     color:purple;
     font-weight: bold;
}

.pointFont-orange{
     color:#FF8C00;
     font-weight: bold;
}