* {
	margin: 0;
        padding: 0;
}
body {
	background-color: #000000;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ededed;
	text-decoration: none;
}
a {
	font-size: 11px;
	color: #666666;
}
a:hover {
	color: #ededed;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#bilder {
	margin-top: 35px;
}