html, body, div, img, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul {
	margin: 0;
	padding-left: 20px;
}
address {
	font-style: normal;
}
textarea {
	overflow: auto;
}
a:link, a:visited {
	outline: 0;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p a {
	outline: 1px;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px #CCC solid;
}
.no_border_left {
	border-left-width: 0 !important;
}
.no_border_right {
	border-right-width: 0 !important;
}
.no_border_bottom {
	border-bottom-width: 0 !important;
}
.border_right {
	border-right-width: 1px !important;
}
.border_bottom {
	border-bottom-width: 1px !important;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.center {
	text-align: center;
}
.big {
	font-size: 120%;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
/* WYMeditor */
/* Para Links uitlijnen */
p.float_left, h2.float_left {
	float: left;
	/* border-left: 4px #000 solid; */
}
/* Para Rechts uitlijnen  */
p.float_right /* p[@class!="float_left"] */ {
	float: right;
	/* border-right: 4px #000 solid; */
}
/* Text links uitlijnen */
p.align_left /* p[@class!="align_right"] */ {
	text-align: left;
}
/* Text rechts uitlijnen */
p.align_right /* p[@class!="align_left"] */ {
	text-align: right;
}
/* Reset (clear) regel */
p.clear {
	clear: both;
	/* border-top: 4px #000 solid; */
}
/* /WYMeditor */
