.content {
	font-size: small;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
.poster {
	font-size: x-small;
}
.poster a {
	text-decoration: none;
	font-weight: bold;
}
.poster a:hover {
	text-decoration: underline;
}
.comment {
	font-size: x-small;
	color: Black;
}
.comment a {
	text-decoration: none;
}
.comment a:hover {
	text-decoration: underline;
}
.foto {
	border: 0.1em solid #EAEAEA;
	padding: 0.2em,0.2em,0.2em,0.2em;
	margin: 0 1em 1em 0;
	float: left;
}
p.redletter:first-letter {
	color: Maroon;
	font-size: large;
}
h3 {
	text-align: center; 
}
.guestbookw {
	background-color: #D9DE87;
/*	border-right: thin double #EAEAEA;*/
}
.guestbookb {
	background-color: #DEB887;
/*	border-right: thin double #EAEAEA;*/
}
table.guestbook {
	background-color: White;
}
td.guestbook {
/*	border-bottom: thin double #EAEAEA;	*/
}
td.guestbooksr {
	background-color: #0066CC;
}
table.guestbookinput {
	font-size: x-small;
	border: 0.1em solid #EAEAEA;
}
table.guestbookentry {
	border: 0.1em solid #EAEAEA;
}
/* 
	Content
*/
div.content {
		padding: 0.2em 1em 0.2em 1em;
}
div.content h2 {
	text-align: center;
}
div.content h3 {
	text-align: center;
}
div.content div {
	margin-bottom: 1em;
	text-indent: 3em;
	text-align: justify;
}
div.content div.comment {
	background-color: transparent;
	font-style: italic; 
}
div.content code {
	font-family: "Courier New", Courier, monospace;
	color: Navy;
	text-align: left;
}
div.content div.cimg {
	text-align: center;
	padding: 0.5em 1em 0.5em 1em;
}
