html { font-size: 62.5%; }
body { font-size: 13px; font-size: 1.3rem; }

select, input, button, textarea, button {
	font:99% arial,helvetica,clean,sans-serif;
	font-size: 0.99rem;
	font-family: arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font-size: 1rem;
}

pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}

