html{
overflow-y: scroll;

}


html,body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,div,
form,fieldset,input,textarea,
{
	margin: 0px;
	padding: 0px;
}



caption {
	text-align: left;
}



fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

sup,
sub {
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -4px
}

sub {
	top: 4px
}
