#top, div.minutesnav, #copyright { 
  display: none; 
}
body {
  font-family: 'Times New Roman', serif;
  font-size: 12pt;
}

/* Minutes */
span.present { font-weight: bold; }
span.absent { font-weight: bold; }
span.excused { font-weight: bold; }

/* Agenda Box */
#agenda {
  margin-left: 2%;
  padding: 2%;
  width: 50%;
  border: 1px solid #000000;
  background: white;
}
.agendatitle { font-weight: bold; }

/* Actual Minutes*/
.pointsofagenda { margin-left:0; font-weight:bold; }

.subpoints { font-style: italic; font-weight: normal; }
ol.subpoints { list-style: lower-alpha; }
.elaboration { font-style: normal; font-weight: normal; }
.decisionp { font-style: italic; color: green; }  /* positive decision */
.decisionn { font-style: italic; color: red; }  /* negative decision */

.important { font-weight: bold; color: red; }

.censor { text-decoration: line-through; }

.signature { text-align: right; font-weight:bold; margin-top: 2em;}