html,
body,
ul,
li,
dl,
dt,
dd,
p {
    padding: 0;
    margin: 0;
}

li,
dd,
dt {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a:hover {
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    height: 100%;
}
