﻿.color-red {
    color: red !important;
}
.color-orange {
    color: #FFA500!important;
}
.color-maroon {
    color: maroon;
}
.border-red {
    border: 2px solid red !important;
}

.background-yellow {
    background: yellow!important;
}