body {
    color: black;
    background: white;
    font-family: Garamond, sans-serif;
}
.small {
    font-size: 75%;
}
.active {
    color: white;
    background: navy;
}
.inactive {
    color: black;
    background: silver;
}
.attention {
    color: yellow;
    background: red;
    font-size: 75%;
    vertical-align: top;
}
.assign {
 background-color: #33FFFF;
 padding: 1px;
}

.reading {
 background-color: #CC9966;
 padding: 1px;
}

.announce {
 background-color: #FF66FF;
 padding: 1px;
}

.notes {
 background-color: #FFFF99;
 padding: 1px;
}

PRE.code { font-family: "courier new", courier, mono; font-size: 14px; color: blue }
XMP.code { font-family: "courier new", courier, mono; font-size: 14px; color: blue }
PRE.run  { color: red }
CODE { font-family: "courier new", courier, mono; font-size: 14px; color:blue}
table {
   empty-cells: show;
}

blockquote { margin-left: 40px; margin-right: 40px; }
blockquote pre { font-family: "courier new", courier, mono; font-size: 13px; background-color:#ebebeb; padding: 10px 15px 10px 15px; }
blockquote pre.small { font-family: "courier new", courier, mono; font-size: 11px; background-color:#ebebeb;}
blockquote pre.tiny { font-family: "courier new", courier, mono; font-size: 10px; background-color:#ebebeb;}

table.sched th
{
  	margin: 0;
	text-align: left;
	padding: .5ex .5em;
	border-color: #000;
	background-color: #6699cc;
}
table.sched td
{
	margin: 0;
	text-align: left;
	padding: .3ex .5em;
	vertical-align: top;
	border-style: none solid;
	border-width: 0px 1px;
	border-color: #fff;
}
table.sched th.month, table.sched td.month, 
table.sched th.day, table.sched td.day { 
    width: 1px;
}
table.sched td.month { padding-left: 0.2em; border-left-width: 0 }
table.sched td.day
{ 
	padding-right: 0.2em;
	border-right-width: 0;
    border-left-width: 0;
    text-align: right;
}
table.sched tr { padding: 0; margin: 0; border-top: solid; }
table.sched tr.evn
{
	background-color: #ccc;
}
table.sched tr.odd
{ 
	background-color: #eee;
}
table.sched tr.odd td
{
	border-color: #fff;
}
TABLE.apt {
   border: 1px solid black;
   border-collapse: collapse;
   counter-reset: aptcounter;
   counter-increment: tablecounter;
}
TH.apt{
   border: 1px solid black;
   padding: 5px;
}
TD.apt{
   border: 1px solid black;
   padding: 3px;
}
TD.probdesc{
   border-top: 1px solid black;
   border-bottom: 0px solid white;
   background-color: #ede275;
}
TD.probdesc:before{
  content: "(" counter(tablecounter) ") ";
}

TD.apt-noborder{
   border: 0px solid white;
  background-color: #ede275;
}


TD.submit{
  border: 0px solid white;
  background-color: #ede275;
}

TD.numbered {
  border: 0px solid white;
  background-color: #FFFFFF;
}

TD.numbered:before{
  content: counter(aptcounter)". ";
  counter-increment: aptcounter;
}

TD.hint {
  border: 0px solid white;
  background-color: #F5DEB3;
}
