* {
	font-family:Helvetica Neue, Arial, Helvetica, sans-serif ;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#333;
}


/* 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;
}

a {
	color:#7170b3;
	text-decoration:none;
}


ul {
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type: none;
}
	ul li {
		/*list-style:none;*/
		/*list-style-image:url(/domains/jasa.nl_2/images/li.gif);*/
	}


body,
.content {
	font-size:12px;
	line-height:150%;
	color:#fff;
	font-weight:normal;
}

.title,h1 {
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	color:#7170b3;
}
.title a,h1 a {
	color:#7170b3;
}
.title a:hover,h1 a:hover {
	color:#7170b3;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}


