/** webring exclusive styling */

.webring {
    font-size: 16pt;
}

.webring a {
    color: #53782B;
    text-decoration: none;
}
.webring a:hover {
    color: #53782B;
    background-color: #fefbec;
    text-decoration: none;
}
