body { background-color: white;
	color: black;
	margin-left: 5%;
	margin-right: 5%; }

div.randominfo { padding:5px; 
	width:40%; 
	background-color:#ffffaa; 
	float:right; 
	border-width:1px; 
	border-style:solid; }
div.impt { background-color:#bbdddd;
	width:100%;
	border-width:1px 0px 0px 0px;
	border-style:solid; }
div.indent { margin-left: 2%; }

div.announce { background-color:#ffffaa;
        width:100%;
        border-width:1px;
        border-style:solid; 
	padding: 5px;}
div.announce p { margin-top: 0px; margin-bottom: 0.5em; }

.formdata { background-color:#fff8dc; color: black; font-size: smaller; }
.row0 { background-color:#eee8cd; color: black; }

p.notice { width:35%; background-color:#fff8dc; color: black;
	border-style: groove; border-width: 4px; padding: 4px; 
	margin-left: 10%; }

address { font-style: italic; }

h1,h2 { text-align: center; 
	padding: 10px;
	color: navy; }

h3,h4 { text-align: left; 
       padding: 5px; }

/* p {    clear: both; } */

strong{ color: navy; }
em {   color: #6600aa; }

ul li { list-style-type: circle; }
ul ul li { list-style-type: square; }

a:hover { color: red; background-color: #d0d0d0; }

address { font-size: smaller; border-top: solid black 1px; width:50%; }

table.syllabus { border: groove #6666aa 2px; position: relative;}
table.syllabus tr th { background-color:#dddddd; color:black; 
	border: black 1px solid; }
table.syllabus tr td { background-color:#eeeeee; color:black;
	border: black 1px solid; position: relative; }
table.syllabus tr td.labs { background-color: #ddddff; }
table.syllabus tr td.team { background-color: #ddffdd; }
table.syllabus tr td.hmwk { background-color: #ddffdd; }
table.syllabus tr td.ldue { background-color: #fff8bb; }
table.syllabus tr td.proj { background-color: #fff8bb; }
table.syllabus tr td.quiz { background-color: #ffdddd; }
table.syllabus tr td.exam { background-color: #ffbbbb; }
table.syllabus tr td.brak { background-color: #ffaaff; }
table.syllabus tr td span.spacer { color:#eeeeee; }

span.labs { background-color: #ddddff; padding: 2px; }

ul.expl { border-top: black 1px dashed; }

div[class=read] { position: absolute; left: -1500px; top: -1500px;
    border: 1px black solid;
    background-color: #eeeeee;
    font-size: 85%;
    width: 95%;
    z-index: 1;
}