/* lettercol.css
   Contains styles for use in letters columns: salutations,
   closings, and so on.
*/


.salutation {
	margin: 1em 0px; clear: right;
}

.signature {
	text-align: right; display: block; margin: 0em 20%;
}

.incoming {
	font-weight: bold; clear: right;
	margin-bottom: 2em; margin-top: 3em;
}

.reply {
	margin-bottom: 2em; clear: right;
}
