* {
    background-color: #000;
    color: #FFF;
    padding: 2px;
    margin: 1px;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div {
    width: 260px;
    height: 120px;
    position: relative;
    top: 50%;
    margin: -100px auto auto auto;
    filter:none;
}
div, h1 {
    padding-left: 24px;
}
h1 {
    font-family: uni05_63, Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
}
ol {
    padding-left: 12px;
    margin-left: 12px;
}
a, li {
    font-family: uni05_53, Verdana, Helvetica, sans-serif;
    font-size: 8px;
}
a, a:visited {
    color: #666;
    margin-left: 24px;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
a:hover {
    color: #AAA;
    border-bottom: 1px dotted #666;
}

/** here we are **/
@font-face {
    font-family: "uni05_53";
    src: url("../font/uni05/uni05_53.eot");
    src: local("uni05_53"),
        url("../font/uni05/uni05_53.ttf") format("truetype");
}
@font-face {
    font-family: "uni05_63";
    src:url("../font/uni05/uni05_63.eot");
    src:local("uni05_63"),
        url("../font/uni05/uni05_63.ttf") format("truetype");
}
