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

h1 {
font-size: 34px;
font-weight: bold;
color: black;
padding-bottom: 0px;
}

h3 {
font-size: 20px;
font-weight: normal;
}

h4{
font-size: 15px;
font-weight: bold;
}

a {
 text-decoration: none; color: black;
}

a:hover {
 text-decoration: underline; color: black;
}

#wrapper {
 margin: 0 auto;
 width: 800px;
}

#bilder {
	background-color: white;
	margin-top: 0px;
  width: 380px;
	float:left;
}

#text {
	background-color: white;
	margin-top: 0px;
  margin-left: 400px;
	width: 400px;
}
   
img {
  margin-bottom: 20px;
}

p {
  margin-top: 680px;
  font-size: x-small;
}

