@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}


p,
table,
tr,
td,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
span,
textarea {
	margin:0;
	padding:0;
}


a {
	outline: none;
	text-decoration : none;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

ul {
	text-decoration: none;
	list-style: none;
}
