html {
    height:     100%;
}
body {
    margin:     0;
    padding:    0;

    cursor:     default;
    min-height: 100%;
    height:     auto !important;
    height:     100%;

    text-align: center;
}
html,
body,
div {
    position:   relative;
}
a {
    text-decoration:    none;
    font-weight:        bold;
}
a:hover {
    text-decoration:    underline;
}
a img {
    border:     none;
}
p {
    padding:    0 0 0 0;
    margin:     0 0 0.8em 0;
}
hr {
    clear:      both;
    height:     0;
}

