body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
ul,
ol,
menu {
    list-style: none;
}
fieldset,
img {
    border: none;
}
img,
object,
select,
input,
textarea,
button {
    vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
    font-size: 100%;
    font-style: normal;
}
caption,
th {
    text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}
code,
kbd,
pre,
samp,
tt {
    font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

html {
    overflow-y: scroll;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}

.cf:before,
.cf:after,
.web:before,
.web:after,
.web_:before,
.web_:after {
    content: "";
    display: table;
}
.cf:after,
.web:after,
.web_:after {
    clear: both;
}
.cf {
    zoom: 1;
}

.block {
    display: block;
}
.none {
    display: none;
}
.clear {
    clear: both;
}
