body {
    font-family: "anonymous_proregular", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size:16px;
    background:#000;
    color:#999;
}
.container {
    width: 640px;
    margin: 50px auto 0;
    text-align: center;
    overflow:hidden;
}
h1 {
    position: relative;
    font-size: 16px;
}
h1::before, h1::after {
    content: "--------------------------------------------------------------------------------";
    display: block;
    width: 100%;
}
hr {
    border: none;
    text-align: center;
    height: 14px;
    margin: 20px auto;
    position: relative;
}

hr::before {
    content: "↑↑↑";
    display: inline-block;
    position: relative;
    padding: 0 10px;
    color:#BBDDDD;
}

ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom:5px;    
}

ul > li ul {
    margin-top:5px;
}

ul > li::before {
    content: "+";
    position: absolute;
    left: 0;
}
ul > li > ul > li::before {
    content: "+";
    position: absolute;
    left: 0;
}
ul > li > ul {
    padding-left: 0px;
}

ul > li:has(ul) > ::before {
    content: "";
}

a {background:#992255; color:#000; font-weight:bold; padding:1px; text-decoration:none;}
a:hover {background:#992255; color:#fff; font-weight:bold; padding:1px; text-decoration:none;}