
			table.articles {
				width: 100%;
				}

			td#chapter-menu {
				width: 200px;
				height: 400px;
				vertical-align: top;
				}

			td.chapter-menu-cell {
				background-color: #2D4747;
				padding: 2px 0px 2px 0px;
				width: 200px;
				height: 20px;
				font-family: Arial;
				font-weight: normal;
				font-size: x-small;
				cursor: pointer;
			}

			td#chapter-window {
				vertical-align: top;
				border-left: 3px double #2D4747;
				}

			td#chapter-window p {
				margin-left: 25px;
				}

			td#chapter-menu a {
				color: white;
				font-family: Arial;
				font-weight: normal;
				font-size: x-small;
				}

			td#chapter-menu a:visited {
				color: white;
				}

			td#chapter-menu a:hover {
				color: #ffA500;
				}

			img {
				border-width: 0px;
				}

			p.chapter {
				text-align: left;
				text-indent: -12px;
				margin-left: 11px;
				}

			ul.chapter {
				color: white;
				margin-left: 20px;
				margin-bottom: 0px;
			}

			ul.chapter-empty {
				list-style-type: circle;
				color: white;
				margin-left: 20px;
				margin-bottom: 0px;
			}

			ul.chapter-link {
				list-style-type: square;
				color: white;
				margin-left: 20px;
				margin-bottom: 0px;
			}

			td.sub-chapter {
				cursor: pointer;
			}

			td.sub-chapter ul {
				list-style-type: circle;
				color: white;
				margin-left: 30px;
				margin-top: 0px;
				margin-bottom: 0px;
			}

			td#chapter-menu-head {
				border-bottom: 1px solid #2D4747;
				}

			td#chapter-window-head {
				border-bottom: 1px solid #2D4747;
				border-left: 3px double #2D4747;
				padding-left: 25px;
				color: #2D4747;
				font-size: 26pt;
				font-family: Garamond;
				font-weight: bold;
			}

			h2.articles-head {
				color: #2D4747;
				margin-left: 25px;
				margin-top: 10px;
			}
			
			h3.articles-head {
				color: #2D4747;
				margin-left: 25px;
				margin-top: 10px;
			}

			table.sub-chapter-menu-table {
				width: 200px;
				border-top: 2px solid #2D4747;
				font-size: x-small;
			}
