/* CSS Document */

html {
	overflow-y:scroll;
}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.3em;
	font-size:100%;
	font-style:normal;
	letter-spacing:0.08em
}


h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}



