body {
	font-family: Courier;
	background-color: White;
	color: DarkBlue;
	margin-top: 4em;
	text-align: center
}
div#container {
	margin-left: auto;
	margin-right: auto;
	width: 36em;
	text-align: left
}
a {
	font-weight: bold;
	color: DarkBlue;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
b {
	font-weight: bold;
	color: red
}
h1 {
	font-size: 3.5em;
	letter-spacing: 0.35em;
	color: SteelBlue;
	text-align: center
}
p {
	font-size: 1em;
	text-align: justify
}
p#svar {
	color: blue
}
form {
	margin-left: 6em
}
input {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: thin dashed black;
	border-color: DarkBlue;
	font-family: "courier";
	color: DarkBlue;
	font-weight: bold
}
div#haus {
	margin-bottom: 2em;
	border-width: thin;
	border-style: solid none solid none;
	font-size: 1em
}
div#botn {
	margin-top: 2em;
	border-style: solid none solid none;
	border-width: thin;
	font-size: 1em;
	text-align: center
}
#right {
	float:right;
	text-align: right
}

