﻿/* GREEN */

/* Only color designations are here; other attributes of these classes are defined in tutorial.css */

body { background-color:#fffcfc; } /* color for the area outside content and navigation boxes */

body, div.fn, a.fn:before, a.fn:after { color:#0e3129; } /* default for all text */
a, a:visited, .link { color:#063; }  /* default for all links */

.sidebar { background-color:#f6f9f6; } /* shaded background for navigation and prog areas */
iframe.sidebar { border-color:#ccc; } /* border of navigation and prog areas */

/* quiz box and answer inside it */
.quiz { background-color:#f6faf6; border-color:#bcb; }
.ans { background-color:#fff; border-color:#ccc; }

/* content area of the document */
section, footer { background-color:#fff; }
section, footer { border-color:#ccc; }
.revealed { border-top-color:#aca; } /* revealed div in the content */

.hilite { background-color:#ffd; } /* to highlight table cell or other text */

div.fn { /* footnote popup */
	background-color:#ffd;
	opacity:.95;
	border-color:#ccc;
}
