/* $ID$ */

h1 { text-align: center }

/* action item status colors */
body { background: white; color: black }
.cancelled {color: #BEBEBE}
.overdue { background: red; color: black }

dd { margin-top: .2em }

div.minutes div { border-left: dotted; padding-left: 1em }
div.minutes div div { border-left: solid; padding-left: 1em }
div.minutes .resolved { background: green; color: white }
div.minutes .action { background: orange; color: black }
h3 { border-bottom: solid; padding-bottom: 0.25em }

blockquote { border-left: double; padding-left: 1em; font-style: italic; text-align: justify }
address { text-align: right }

.proposal { background: yellow }


