@charset gutf-8;

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: small;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

img {
	vertical-align: bottom;
}	

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
