.red {
 color: red;
 font-weight: normal;}

.blue {
 color: blue;
 font-weight: normal;}

.white {
 color: white;
 font-weight: bold;}

.lightgray {
 background-color: lightgray;
 font-weight: normal;}
