* {outline-color: transparent;	outline-style: none; outline-width: medium}
*,*:after,*:before {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, img, ul, ol, li, fieldset, form, label, input, select,
textarea, legend, table tbody, tfoot, thead, tr, th,
td, dl, dt, dd, address {
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {outline: 0}
body {background: #fff; color: #000; line-height: 1}
a {text-decoration: none}
img { display: block; }
ul, ol {list-style: none}
textarea {resize: vertical}
table {border-collapse: separate; border-spacing: 0}
th, td {font-weight: normal; text-align: left}