body {
	background-color: #637c6d;
	color: #e0e8c6;
	font-family: monospace;
	height: 100%;
}

a {
	color: #4c5557;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #4c5557;
}

hr {
	color: #91b07d;
}

em {
	color: #bed791;
	font-weight: bold;
}


nav {
		width: 15%;
		border-right: 2px solid #91b07d;
			}

 p, blockquote, details {
				line-height: 20px;
				margin-bottom: 1.5em;
				margin-top: 0.5em;
				margin-left: 1em;
				margin-right: 1em;
			}

.left {
	margin: 1.5em;
	border-left: 2px solid #91b07d;
}

.right {
	margin: 1.5em;
	border-right: 2px solid #91b07d;
	text-align: right;
}

.wiki {
	margin-bottom: 0px;
	background-color: #e0e8c6;
	font-family: times;
	color: #637c6d;
						max-width: 400px;
						border: 2px solid white;
						text-align: left;

}

details {
	border-bottom: 4px solid #e0e8c6;
}
