html, body, div, p, pre, h1, h2, h3, h4, h5, h6, hr, address, blockquote,
dd, dl, dt, ul, ol, li,
a, abbr, acronym, big, br, cite, code, del, dfn, em,
ins, kbd, q, samp, small, span, strong, sub, sup, tt, var,
img, object,
caption, table, tbody, thead, th, tr, td, tfoot,
input, textarea, select, button, form, fieldset, legend, label {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}
html, body {
	min-height: 100%;
	height: 100%;
}
body {
	font-size: 100%;
	line-height: 125%;
}
input, select, button, label {
	vertical-align: middle;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
img {
	display: block;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.c:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}