html {
    overflow-x: auto;
    overflow-y: scroll;
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    background-color: #FFFFFF;
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: left;
}
ol,
html body ul,
html body li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0px;
}
img {
    border: 0 none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    clear: both;
}
button {
    outline: 0;
    border: 0;
}
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
body p {
    font-size: 14px;
}
a{
    text-decoration: none;
}
