/***********************************************************************

Author:     Wisdom
URL:        http://www.wisdom.nl/

***********************************************************************/

/*	= basic HTML styling
-------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	line-height: 1.5em;
}

ol, ul {
	list-style-type:none;

}

li, dd, blockquote {
	margin-left: 1.5em;
}

hr {
	display: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

legend {
	display: none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}