﻿.red {
   color: red;
}

.backRed {
   background: red;
}

.green {
   color: green;
}

.backGreen {
   background: green;
}
