body { 
	background: white; 
	}

.center {
 text-align:   center;
}

tr.comp,td.comp {
	background:	yellow;
}
tr.notatall {
	background:	#808080;
}

DL.compact { list-style: outside; }

p.box {
 border-width: medium;
 border-color: #0000ff;
 border-style: solid;
 text-align:   center;
}

ul.box {
 border-width: medium;
 border-color: #0000ff;
 border-style: solid;
}


p.box0 {
 border-width: thin;
 border-style: none;
 text-align:   center;
}

p.quote {
 border-width: thin;
 border-style: none;
 text-align:   center;
 width:        80%;
}


p.word {
 color:        red;
 text-align:   center;
}
