/* same for 50, 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 alt_3 = #99FFCC is a light yellow */
div.alt_3 { background: #FFFF66 }

/* 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 }


/* this_page, green */
td.this_page { background-color: #90EE90 }
span.this_page { background-color: #90EE90 }


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 }


/* for musings, date of each set */
H3.set { margin-left: 3% }

hr.lt { display:block; background:black; color:black; width:50%; height:1px; border:none; }

/* for showing title in A tags, such as hints */
.tooltip { text-decoration:none; border-bottom:1px dashed green; color:green; }


/* April 13, 2011 */

