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,
header, nav, section, article, aside, footer, time {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
    background-color: #fff;
    font-size: 100%;
    line-height: 1;
	width: 100%;
	height: auto;
	min-height: 100%;
}
header, nav, section, article, aside, footer, time {
    display: block;
}
fieldset {
    border: none;
}
legend {
    display: none;
}
textarea {
    resize: none;
}
input, select, button, label {
    font-size: 100%;
	font-family: inherit;
    vertical-align: middle;
}
input:focus, textarea:focus {
	outline: none;
}
button {
    background: none;
    border: none;
	cursor: pointer;
    overflow: visible;
	display: block;
    margin: 0;
    padding: 0;
}
button:hover {
    cursor: pointer;
}
button::-moz-focus-inner {
    border: none;
    padding: 0;
}
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;
}