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.gold { background-color: #AD9452; 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.aqua { background-color: #7FFFFE; font-weight: bold; font-size: 11px; color: black; }
input.grey { background-color: #989898; font-weight: bold; font-size: 11px; color: black; }
input.white { background-color: #FFFFFF; font-weight: normal; font-size: 11px; color: gray; }
