/* ION Lessons Style Sheet */
/* Composed by Conrad Shultz */

/* Body formatting information */
/* ----- */
BODY { text-indent:2em }

/* Unassigned general classes */
/* ----- */
.noIndent { text-indent:0em } /* Override of any default indentation patterns (i.e. for use with lists) */

/* General paragraph formatting common to all lessons */
/* ----- */
P.lessonTitle { color:red; font-size:32; font-weight:bold; text-indent:0em} /* Lesson header */
P.header { color:black; font-size:26; text-align:left; font-weight:bold; text-indent:0em } /* Section titles */
P.gotoc { text-align:right } /* Return to table of contents message */
P.majpoint { color:blue; font-size:20; text-align:center; font-weight:bold; text-indent:0em } /* Points for emphasis */

/* Paragraph formatting for common lesson elements */
/* ----- */
P.exerciseHeader { font-weight:bold; text-indent:0em} /* Text for announcing exercises and solutions */

/* Table classes, unrestricted for use as <div> positioning classes as well */
/* ----- */
.equation { background-color:#CCFFFF; width:90%; border-left:solid; border-right:solid; border-top:solid; border-bottom:solid } /* Equation box */
.exercise { background-color:#FFFFCC; width:90%; border-left:dotted; border-right:dotted; border-top:dotted; border-bottom:dotted } /* Exercise box */
