body {
   margin-left: 10%;
   margin-right: 10%;
}

p {
   text-indent: 2em;
}

.right {
   text-align: right;
}

.left {
   text-indent: 0;
   text-align: left;
}

.center {
   text-indent: 0;
   text-align: center;
}

.signoff {
   text-indent: 0;
   margin-right: 20%;
   text-align: right;
}

.notop {
   margin-top: 0;
}

.nobot {
   margin-bottom: 0;
}

.nospc {
   margin-top: 0;
   margin-bottom: 0;
}

.censored {
   background-color: black;
   font-family: monospace;
   white-space: pre-wrap;
}

.annotation {
   text-indent: 0;
   font-style: italic;
   color: green;
   margin: 0 0 0 0;
}


