body, html{
	/* height : 100%; */
	width : 100%;
	color : #000;
	text-align : left;
	vertical-align : top;
}
body,html,h1,h2,h3,h4,div,img,ul,li,p,dl,dt{
	margin : 0;
	padding : 0;
	border : 0;
	text-decoration:none;
	list-style: none;
	font-weight: normal;
}
a{
	color : #000;
	text-decoration: none;
}
a:hover{
	background: none;
}
a:active {
	outline: none;
	border:0;
	 }
a:focus { -moz-outline-style: none; }
a:active { border: none; }
a:focus { border: none; outline:none;}