/* fwkweb colors.css styles */

.maroon {color: #800000}
.red {color: #ff0000}
.orange {color: #ffA500}
.yellow {color: #ffff00}
.olive {color: #808000}
.purple {color: #800080}
.fuchsia {color: #ff00ff}
.white {color: #ffffff}
.lime {color: #00ff00}
.green {color: #008000}
.navy {color: #000080}
.blue {color: #0000ff}
.aqua {color: #00ffff}
.teal {color: #008080}
.black {color:#000000}
.silver {color: #c0c0c0}
.gray {color:#808080}

.bg-maroon {background: #800000}
.bg-red {background: #ff0000}
.bg-orange {background: #ffA500}
.bg-yellow {background: #ffff00}
.bg-olive {background: #808000}
.bg-purple {background: #800080}
.bg-fuchsia {background: #ff00ff}
.bg-white {background: #ffffff}
.bg-lime {background: #00ff00}
.bg-green {background: #008000}
.bg-navy {background: #000080}
.bg-blue {background: #0000ff}
.bg-aqua {background: #00ffff}
.bg-teal {background: #008080}
.bg-black {background:#000000}
.bg-silver {background: #c0c0c0}
.bg-gray {background:#808080}

.bg-yellow-force {background: #ffff00 !important}
