body {
	margin: 0px;
	background-color: #FFF6D3;
	background-image: url(images/back_huis.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}


/* LINK TAGS */

a.standard {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #F3A40C;
}
a.standard:hover {
	color: #000;
}


a.link1 {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 15px;
	text-decoration: none;
	color: #FF7800;
}
a.link1:hover {
	color: #000000;
}


a.link2 {
	text-align: center;
	
	display: block;
	width: 150;
	height: 20;
	background-color: #555555;
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
a.link2:hover {
	background-color: #D7DFBC;
}


/* TITLE TAGS */
	
.title1 {
	display: inline;
	font-family: verdana, sans-serif;
	font-weight: bolder;
	font-size: 26px;
	color: #212131;
}
.title2 {
	display: inline;
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: #212131;
}
.title3 {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	color: #F3A40C;
}

	

/* TEXT TAGS */

.text1 {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 11px;
}
.text2 {
	display: block;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}
.text3 {
	display: inline;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FF7200;
}

