body {
	background-color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/bilder/paper.jpg);
	background-attachment: fixed;
}
.style1 {
    font-size: 12px;
}
.style2 {
    font-size: 10px;
}
.style3 {
	font-size: 14px;
}
.style4 {
	font-size: 8px;
}
a:link {
	text-decoration: none;
	color: #181818;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	font-weight: bold;
	font-style: italic;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
table {
	font-size: 14px;
}
h1 {
	font-style: italic;
	font-family: "Monotype Corsiva", Serif;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: medium;
	font-style: italic;
	color: #000000;
}
h3 {
	font-size: small;
	color: #000000;
	font-style: italic;
}
h4 {
	font-size: x-small;
	font-style: italic;
	color: #000000;
}
#result {
	margin-right: 10%;
	margin-left: 10%;
}
p {
	font-size: 14px;
}
#halv {width: 50%;
}