.article {
	margin: 1em 1em 3em 1em;
	color: white;
}

.article h1 {
	display: block;
	padding-top: 1em;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0em;
}

.article h4 {
	display: inline;
	font-size: 0.7em;
	border-bottom: 1px solid white;
}

.article h6 {
	display: inline;
	margin-top: 0em;
	border-top: 1px solid white;
	font-size: 0.7em;
	margin-top: 0em;
}

.article a:link,.article a:visited,.article a:hover,.article a:active{
	text-decoration: none;
	color: white;
}

.article p {
	
}

.article p a:link,.article p a:visited,.article p a:hover,.article p a:active{
	background-color: #272C2E;
	font-weight: bolder;
}

.article span {
	display: block;
}

.article em {
	font-style: italic;
}

.article strong {
	font-weight: bold;
}

.article u {
	text-decoration: none;
}

.article q {
	display: block;
	padding: 0em 4em;
	font-style: italic;
	font-size: 1.1em;
}

.quote_sign {
	display: block;
	font-style: italic;
	padding-left: 6em;
	padding-bottom: 1em;
}

.article p a:link,.article p a:visited,.article p a:hover {
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 0.4em;
}

.article p img {
	display: block;
	border: 1px solid white;
	margin: 1em;
	margin-left: auto;
	margin-right: auto;
}

.headline,.headline a:link,.headline a:visited,.headline a:hover,.headline a:active{
	margin-bottom: 1em;
	color: white;
	}

.headline h1{
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	margin: 0;
	padding: 0;
	}
.headline h2{
	font-size: 0.7em;
	line-height: 1em;
	display: block;
	margin: 0;
	padding: 0;
	}

.comment {
	padding: 1em;
	margin-bottom: 2em;
	font-size: 0.8em;
	overflow: auto;
}

.comment img {
	float: left;
	margin-right: 1em;
}

.comment h4 {
	display: inline;
	border-bottom: 1px solid white;
	margin: 0em;
	border-bottom: 1px solid white;
}

.comment h6 {
	display: inline;
	border-top: 1px solid white;
	margin: 0em;
}

.comment p {
	line-height: 1em;
}

#comment_input {
	margin-left: 6em;
}

#comment_input fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#comment_input textarea {
	width: 30em;
	height: 12em;
	display: block;
	background: white;
	color: black;
	font-size: 1em;
	padding: 0.2em;
	border: 1px solid #61574b;
	outline: 1px solid white;
}

#comment_input .submit,#comment_input .clear {
	font-size: 1em;
	padding: 0.2em;
	border: 1px solid #61574b;
	outline: 1px solid white;
	background: white;
	color: #61574b;
	display: inline;
	margin-right: 2em;
	font-weight: bolder;
}

.avatar {
	padding-top: 1em;
	padding-right: 1em;
	display: inline;
	float: left;
	border: 0px;
}