/* CSS-Angaben fuer Tim Berners-Lee */

body {
	font-family: Georgia, serif;
	
	background-color: rgb(233, 235, 246);

	h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	color: rgb(47, 78, 121);
	}

	h2{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 100;
	}
}