#webring {
    background-color: #eeeeee;
    border: 2px ridge #5f6467;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 410px;
}

#webring .logo {
    float: left;
    height: 80px;
    padding: 0px 8px 0px 2px;
    width: 80px;
}

#webring .contents {
    height: 80px;
    display: inline;
}

#webring .title {
    color: #1b1e1d;
    font-family: Arial;
    font-size: 12pt;
    font-weight: 800;
}

#webring .subtitle {
    color: #5f6467;
    font-family: Arial;
    font-size: 10pt;
    font-weight: 400;
    padding: 4px;
}

#webring .links {
    color: #1b1e1d;
}

#webring .mainlinks {
    font-weight: bold;
}

#webring a:link {
    text-decoration: none;
}

#webring a:hover {
    text-decoration: underline;
}

#webring img {
    border: 0px;
}
