input.red { background-color: #FF4040; font-weight: bold; font-size: 11px; color: white; }
input.blue { background-color: #0000C0; font-weight: bold; font-size: 11px; color: white; }
input.green { background-color: #80FF80; font-weight: bold; font-size: 11px; color: black; }
input.yellow { background-color: #FFFF80; font-weight: bold; font-size: 11px; color: black; }
input.purple { background-color: #C0C0FF; font-weight: bold; font-size: 11px; color: black; }
input.gold { background-color: #B18852; font-weight: bold; font-size: 11px; color: white; }
input.liteyellow { background-color: #FFFFD9; font-weight: normal; font-size: 12px; color: black; }
input.litegreen { background-color: #E7FFE7; font-weight: normal; font-size: 12px; color: black; }
input.white { background-color: #FFFFFF; font-weight: normal; font-size: 12px; color: gray; }
