/* comments */

ul.comms { width: 100%; margin: 3px 0px; padding: 0; list-style: none; color: #a97474; }
.comms li { clear: both; margin: 2px 0 0 0; padding: 5px; border: 1px solid #dcdcdc; }
.comms li p { margin: 3px 0; color: #7c5555; }
.comms a img { margin: 0; border: 0; vertical-align: top; }
.comms .alt { margin: 2px 0 0 0; background: #f9f9f9; color: #9e4b4b; }
.comms .reply { float: right; margin: 2px 0 0 0; background: #f6eded; color: #9e4b4b; }
.comms span { font-weight: bold; color: #c83e1f; }
.comms span a { font-weight: bold; color: #a12d2d; text-decoration: underline;}
.comms span a:hover { text-decoration: none; }
