.headerTop {
    background: linear-gradient(to bottom, #d2edfd, white);
}
input, button, select, textarea {
    border: 2px solid #800000;
    border-radius: 2px;
    background: none;
    padding: 3px;
}
.headerTop input, .headerTop button, .headerTop select {
    border: none;
}
input[type="text"], textarea {
    background: white;
    border: 2px solid lightgrey;
    border-radius: 2px;
}
#siteTitle, #aboutme, #wish {
    color: #800000;
}
#siteTitle {
    font-size: 0;
}
#siteTitle:after {
    /*font-size: 16px;
    content: "myspace.fsf.org"*/
    content: url("https://static.fsf.org/common/img/logo-new.png")
}
.headerBottom, button:hover, select:hover, input:hover:not(input[type="text"]) {
    background: #800000;
}
button:hover, select:hover, input:hover {
    color: white;
}
.info, .contactInfoTop {
    color: #800000;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    padding-bottom: 3px;
}
.contactInfo, #url {
    box-shadow: none;
    border: none;
    padding: 0;
}
#song a[href^="/u/"] {
    display: none;
}
#url {
    padding: 5px;
    background: lightgrey;
    border-radius: 2px;
}
#url small {
    word-wrap: break-word;
}