﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-color: #C0C0C0;
	background-position: top left;
	background-repeat: repeat-x;
}
#bild img {
	border: medium #FFFFFF solid;
}

#bild p {
	text-align: center;
	color: #808080;
}

h3 {
	color: #a0522d;
}


