/*
Copyright (c) 2007, 
http://www.nomoresleep.net
Last Changes: Thomas Michelbach, 23.11.2007
*/

body{
	background-color: #FFF;
	color: #000;
	font-size: 62.5%;
}
body, dd, div, dl,dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, ul, textarea, th, td{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ol li, ul li{
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 1em;
	font-weight: normal;
}
fieldset, img{
	border: 0;
}
button, input, select, textarea{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}