body {
	font:13px/1.3 system-ui
/* font:12px/1.3 Arial, Verdana, sans-serif */
}

@supports (-moz-appearance:none) {
    body { font:12px/1.3 Tahoma, Calibri, Verdana, Geneva, sans-serif ;} 
}

a:focus {
	outline:1px dotted
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:19px;
	margin:0 0 10px 0;
}
h2 {
	font-size:18px;
	margin:0 0 10px 0;
}
h3 {
	font-size:14px;
	/*letter-spacing: -1px;*/
}
h4 {
	font-size:12px
}
h5 {
	font-size:12px
}
h6 {
	font-size:12px
}
ol {
	list-style:decimal
}
ul {
	list-style:disc
}
li {
	margin-left:30px
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}