body
{
	font-family: "Times New Roman",serif;
	background-color: AntiqueWhite;
	color: DarkGreen;
	margin-top: 4em;
	text-align: center;
}
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 40em;
	height: 12em;
	text-align: left;
}
a {
	text-decoration: none;
	color: DarkGreen
}
h1
{
	font-size: 3.2em;
	letter-spacing: 0.34em;
	text-align: center
}
h3
{
	font-size: 1.1em
}
p
{
	font-size: 1em;
	text-align: justify;
	text-indent: 1.2em
}
div#haus {
	border-style: none none solid none;
	border-width: thin;
	font-size: 1.1em;
	border-color: DarkGreen
}
div#botn {
	margin-top: 2em;
	border-style: solid none none none;
	border-width: thin;
	font-size: 1.1em;
	border-color: DarkGreen
}
#right {
	float:right;
	text-align: right
}
div#d{
	float: right
}
a:hover
{
	text-decoration: underline;
	background-color: Beige
}
div > p:first-child
{
	text-indent: 0em
}
p:first-line
{
	text-indent: 1.5em
}
div > p:first-child:first-letter
{
	font-size: 180%;
}
