@charset "utf-8";
/* CSS Document */

html, body , div, h1, form {
	margin:0; 
	padding:0; 
	display:block;
	font-size:0px;
}

img {
	border:none;	
}

a {
	cursor:hand;
	text-decoration:none;
}


hr {
	clear:left;
	visibility:hidden;
	height:0px;
}

div {
	position:relative;
	height:auto;
	width:auto;
}

table {
	border-collapse:collapse;
}

h1 {
	font-weight:normal;
	font-style:normal;
}


