/*Kommentar in CSS*/

header {
	
}

h1{
	color: #323639;
	font-family: Lucida Sans Typewriter;
	font-size: 50pt;
	text-align: center;
}

h2{color: #323639;
	font-family: Lucida Sans Typewriter;
	font-size: 25pt;
	text-align: left-side;
}

h3{color: #323639;
	font-family: Lucida Sans Typewriter;
	font-size: 15 pt;
	text-align: left-side;
}

body {
	background-color:#9a7d65;
	font-family:Lucida Sans Typewriter;
	font-size: 16pt;
}

footer {
font-family:Lucida Sans Typewriter;
font-size: 12 pt;
}

