﻿/* BLUE */

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

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

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

.sidebar { background-color:#f6f6fa; } /* 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:#f3f9fa; border-color:#bbd; }
.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:#aac; } /* 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;
}
