* {
	padding: 0;
	margin: 0;
}
html, body {
    background: #fff;
	font: small Arial;
	color: #000;
}
img {
	border: 0;
}
ol,ul {
	padding-left: 30px;
}
table {
	font-size: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

