body {
	margin: 0px 0px 20px 0px;
	background-color: #F9E6BC;
        color: #765D28;
        font-family: "Goudy Old Style", Palatino, serif;
        font-size:16px;
	}

.menu a:link {
	color: #765D28; text-decoration: none;
	}

.menu a:visited {
	color: #765D28; text-decoration: none;
	}

.menu a:active {
	color: #765D28; text-decoration: none;
	}

.menu a:hover {
	color: #765D28; text-decoration: none;
	}


a:link {
	color: #765D28; text-decoration: none; font-weight: bold;
	}

a:visited {
	color: #765D28; text-decoration: none; font-weight: bold;
	}

a:active {
	color: #765D28; text-decoration: underline; font-weight: bold;
	}

a:hover {
	color: #765D28; text-decoration: underline; font-weight: bold;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

.menu {
	line-height: 140%;
        font-size: medium;
        font-variant:small-caps;
        border-right: 1px solid #765D28;
	}

.content {
	text-align: justify;
	line-height: 140%;
	}

p {
        margin: 5px;
        }

.content p {
        text-indent: 36px;
	}

.content blockquote {
	line-height: 150%;
        font-size: x-small;
	}

.content h2 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h2:first-letter {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}


.content h3 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 6px;
        }
	


.content p.posted {
        text-indent: 0px;
	font-size: x-small;
	border-top: 1px solid #765D28;
	border-bottom: 1px solid #765D28;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content p.track {
	color: #765D28;
	font-size: x-small;
	border-top: 1px solid #765D28;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content p.date { 
	color: #765D28;
	letter-spacing: 3px;
	font-size: x-small;
 	text-align: right;
        line-height: normal;
	padding: 3px;
	}

.license {
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #765D28; 
        margin-top: 30px;
	}

.comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.navigate {
        font-size: small;
        letter-spacing: 4px;
        margin-bottom: 25px;
        }

.title {
        font-size: small;
        }

.title:first-line {
       font-size:36px;
       font-variant: small-caps;
       }

.responses {
       border-top: solid 1px #765D28;
       }