.red {
color: #FF0000;
}
.orange {
color: #FAAB54;
}
.blue{
color: #002E5E;
}
.brown{
color: #A79B8D;
}
.align-center{
text-align: center;
}
.align-right{
text-align: right;
}
.align-left{
text-align: left;
}
