/* same for gc, ocf */

body { background: #fffaf0 }
table.top { border-style: none; width: 100% }

/* color alt_lt = #E0FFFF is a light blue */
table.alt_lt { background: #E0FFFF }
tr.alt_lt { background: #E0FFFF }
td.alt_lt { background: #E0FFFF }
span.alt_lt { background: #E0FFFF }
div.alt_lt { background: #E0FFFF }

/* color alt_dk = #A0FFFF is a darker blue */
tr.alt_dk { background: #A0FFFF }
td.alt_dk { background: #A0FFFF }

/* color vis = #99FF33 is a bright green */
table.vis { background: #99FF33 }
tr.vis { background: #99FF33 }
td.vis { background: #99FF33 }
p.vis { background: #99FF33 }
div.vis { background: #99FF33 }
span.vis { background: #99FF33 }

td.faq { background: yellow }

span.lang { color: red }
span.new { color: red }

span.nowrap { white-space: nowrap }

/* for navigation bar at top, with font size = -1 */
p.navtop { font-size: 0.8em }

/* for names2 */
span.green { background: #90EE90 }
