@charset "utf-8";
/*
	CSS Document
	Author: $hekh@r d-Ziner
*/
* {
	font-size:100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, ul, ol, li, dl, dt, dd, table, th, td {
	margin:0;
	padding:0;
}
body {
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
a {
	color:#111;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
a:focus, a:active, input, textarea {
	outline:none;
}
