@charset "UTF-8";

/* reset */

html, body, div, h1, h2, h3, h4, h5, h6, p, a, img, hr, address, ul, ol, li, dl, dt, dd, table, tr, th, td, form, input, textarea {
	margin: 0px;
	padding: 0px;
}

html {
 overflow: scroll;
 overflow: -moz-scrollbars-vertical;
 overflow-x: scroll;
}

img {
	border: none;
}

em {
	visibility: hidden;
}
	
hr {
	display: none;
}	

		

