* {
	font-family:Tahoma, Geneva, Verdana;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:10px;
	border-bottom:1px solid #fa11d6;
	margin-bottom:10px;
}

a {
	color:#fa11d6;
	text-decoration:none;
}
	a:hover {
		color:#000;
	}

ul,ol {
	margin:0;
	padding:0;
	padding-left:15px;
	margin-top:0px;
	margin-bottom:0px;
}
	ul li {
		list-style:none;
		list-style-image:url(/domains/huset-design.nl/images/arrow_small.png);
	}


body,
.content,td {
	font-size:12px;
	line-height:160%;
	color:#666;
}

/* default h1 styles */
.title *,h1 {
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:21px;
	font-weight:500;
	font-style:normal;
	line-height:150%;
	letter-spacing:normal !important;
	color:#fa11d6;
}
.title a,h1 a {
	color:#fa11d6;
}
.title a:hover,h1 a:hover {
	color:#fa11d6;
}

/* default h2 styles */
h2 {
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	line-height:120%;
	color:#fa11d6;
}
h2 a {
	color:#fa11d6;
}
h2 a:hover {
	color:#fa11d6;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
