@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;
}

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

a:link {
	text-underline: none;
	text-decoration:none;	
}
a:active {
	text-underline: none;
	text-decoration:none;
}
a:hover {
	text-underline: none;
	text-decoration:none;
}
a:visited {
	text-underline: none;
	text-decoration:none;	
}
