body {
    font-family: 'Segoe UI', 'Trebuchet MS',  'Verdana', sans-serif;
    /* font-size: 87%; */
}
h1 {
    font-family: 'Segoe UI Light', 'Segoe UI', 'Impact', 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 200%;
}
h2, h3 {
    font-family: 'Segoe UI', 'Impact', 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-size: 100%;
}
h2 {
    font-weight: bold;
}
h3 {
    font-weight: normal;
    margin-bottom: 1.5eM;
}
i {
    font-size: 80%;
}
a[title]:hover {
    text-shadow: 1px 1px 8px #09f 
}
a[title]::after {
    content: "?";
    font-size: 75%;
    vertical-align: top;
}
hr {
    margin: 4px 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
}
ul {
    list-style-type: none;
    padding-left: 3eM;
}
ul li p {
    margin-top: -1.0eM;
}
ul li i.fa {
    position: absolute;
    width: 0;
    margin-top: 0.2eM;
    margin-left: -1.8eM;
}
ul#points li i.fa {
    width: 1eM;
    text-align: center;
}

.btc {
    position: relative;
    top: 0.17eM;
}
#xmr {
    font-size: 66%;
}
#links {
    color: silver;
}
#content {
    margin-top: 1eM;
}

