h1 {
    font-size: 32px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 22px;
}
a {
    color: #72c4ff;
    outline: none;
}
a.hlink:link {
    text-decoration: none;
}
a.hlink:visited {
    text-decoration: none;
}
a.hlink:hover {
    text-decoration: none;
}
a.hlink:active {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
html, body {
    background-color: #222222;
    outline: none;
    cursor: default;
    padding: 0;
    margin: 0;
}
html {
    font-size: 16px;
}
body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #ececec;
    font-size: 18px;
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.ficon, .ficonfb {
    width: 24px;
    height: 24px;
    position: relative;
    top: 50%;
    transform: translateY(2px);
    padding: 0px 0px 0px 0px;
    margin-bottom: -4px;
}
.ficon {
    padding-right: 8px;
}
.filelist {
    font-family: Courier New, monospace;
}
.ls {
    margin-top: 12px;
    margin-bottom: 24px;
}
