body {
    background: #272727;
    color: white;
    font-family:"Hiragino Sans", sans-serif;
}

ul {
    list-style-type: square;
}

ol > li::marker {
    font-weight: bold;
}

a {
    color: lightblue;
}
a:hover {
    color: cyan;
}