
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: georgina;
	background-color: #FFFF66;
}

h1, h2, h3 {
	
}

h1 {
	text-align: center;
	margin-top: 50px;
}

h2 {
	text-align: center;
	margin-top: 10px;
}

h3 {	
}



a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

/* Content */

#content {
	width: 900px;
	margin: auto;
}

/* tekst */

#tekst {
	height: 600px;
	width: 900px;
	float: left;
	background: url(images/tlo.jpg);
}
#tekst p {
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
}
