body {
	font-family: Arial, sans-serif;
}

h2,h3 {
	background-color:#FFFFD0;
}

img {
	border: 0;
}

p {
	text-align: justify;
}

p.zentriert {
	text-align: center;
}

p.boxed {
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:1.5em;
	color:red;
    text-align:justify;
}

p.story {
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:1.5em;
    text-align:justify;
}


tr {
	text-align: center;
}

hr.blog {
	width:50%; 
	color:#FFFFD0; 
	background-color:#FFFFD0; 
	height:5px;
	text-align:center;
}
