body {
    background-color: #042050;
    color: #efe;
    font-family: Consolas, "Lucida Console", "Courier New", monospace;
    background-image: url("./bgtest.png");
    background-repeat: repeat-x repeat-y;
}
.marqed {
    height: 200px;
}
#head {
    height: 200px;
    max-width: 600px;
    margin: auto auto auto;
    text-align: center;
    text-shadow: 0 0 15px #0ff;
    font-size: 72pt;
}

#featured {
    text-align: center;
    font-size: 30pt;
    width: fit-content;
    margin: auto auto auto;
}

.item {
    width: 310px;
    float: left;
    padding: 20px;
}

.rsup {
    text-shadow: 0 0 8px #f05;
}

.hippo {
    color: #afa;
    text-shadow: 0 0 8px #0cf;
}

.voti {
    color: #fad;
    text-shadow: 0 0 8px #fac;
}

.siteimage {
    width: 300px;
    height: 225px;
    border: 1px solid #fff;
}

a {
    color: #efe;
    text-decoration: none;
}