DIV.section { 
	text-align: left;
	margin-left: 5%;
	margin-right: 7%;
}

DIV.subsection { 
	text-align: left;
	margin-left: 5%;
	margin-right: 7%;
}

DIV.news { 
	text-align: center;
	color: red;
	font-weight: bold;
}

DIV.section H3 {
	text-align: left;
	margin-left: -5%;
	font-style: italic;
	color: #dd9900;
}

H3.section {
	text-align: left;
	margin-left: -5%;
	font-style: italic;
	color: #dd9900;
}

DIV.subsection H3 {
	margin-left: -2%;
	font-style: italic;
	font-size: medium;
	color: black;
}

H3.subsection {
	margin-left: -2%;
	font-style: italic;
	font-size: medium;
	color: black;
}

DIV.section TABLE {
	text-align: left;
}

TABLE.section {
	text-align: left;
}

EM.section {
	font-style: italic;
	font-weight: bold;
}

DIV.example {
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}

IMG.example {
	width: 24%;
}


DL.sections { 
	text-align: left;
	margin-left: 5%;
	margin-right: 7%;
}

DT.section {
	text-align: left;
	margin-left: -5%;
	font-style: italic;
	color: #dd9900;
}

B.heading {
	color: #dd3300;
	line-height: 200%;
}

TD.heading {
	background: #ffbbbb;
	text-align: center;
	font-weight: bold;
}

DIV.handout {
	color: darkgreen;
	text-align: center;
	padding-top: 5;
	padding-bottom: 0;
}

A.handout:visited {
	color: darkgreen;
}
A.handout:link {
	color: darkgreen;
}
A.handout:active {
	color: green;
}

DIV.deadline {
	color: orange;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 5;
	padding-bottom: 0;
}

DIV.exam {
	color: red;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}

TD.exam {
	background: #ffeeee;
}

DIV.topic {
	color: darkblue;
	text-align: left;
	display: list-item;
}

DIV.week {
	font-weight: normal;
	margin-left: 3%;	
}

DIV.week H4 {
	font-weight: bold;
	margin-left: -3%;	
}

UL.readings {
	list-style: square outside;
}

LI.reading {
	color: darkred;
}

UL.projects {
	list-style: outside;
}

LI.project {
	color: darkgreen;
}

TD.vacation {
	background: #eeffee;
}

TD.quiz-section {
	background: #f5f5ff;
}


DIV.title {
        text-align: left;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 1em;
        color: #ff5500;
        font-variant: small-caps;
        font-family: sans-serif;
        font-size: x-large;
}

OL.multiple_choices {
        margin-top: 1em;
        margin-bottom: 1em;
	list-style-type: lower-alpha;
}

UL.multiple_choices {
        margin-top: 1em;
        margin-bottom: 1em;
}

LI.question {
        margin-top: 1em;
        margin-bottom: 2em;
}

DIV.question-description {
	font-style: italic;
        margin-left: 10%;
        margin-right: 10%;
}

LI.question-dead {
        margin-top: 1em;
        margin-bottom: 2em;
	color: pink;
	display: none;
}

OL.question-category {
        margin-top: 1.5em;
        margin-bottom: 1em;
	list-style-type: none;
}

OL.question-category LI {
        margin-left: -3%;
        margin-right: -3%;
}

LI.homework-question {
        margin-top: 1em;
        margin-bottom: 2em;
	color: darkgreen;
}

DIV.answer {
	color: green;
	display: none;
}
