body { word-wrap: break-word; }  /* Block IE 5.5/6 box expand. */

.book-title { font-style: italic; }
.note { font-size: 10px; }

.alert { color: #c00; }
.bold { font-weight: bold; }

.nodeco { text-decoration: none; }
.nowrap { white-space: nowrap; }

.list-lower-alpha { list-style-type: lower-alpha; }

.pad-top-5 { padding-top: 5px; }
.pad-bottom-5 { padding-bottom: 5px; }
.pad-left-5 { padding-left: 5px; }
.pad-right-5 { padding-right: 5px; }
.pad-vertical-5 { padding-top: 5px; padding-bottom: 5px; }
.pad-top-10 { padding-top: 10px; }

