body {
    background-color : black;
}
body * {
    margin : auto;
    text-align : center;
}

h1 {
    text-align : center;
    margin-top : 1.5em;
    color : #555555;
    font-size : 8em;
}

div.webring {
    text-align : center;
    border : 1px solid #1A1A1A;
    width : 30em;
    font-size : 1em;
    padding : 1em;
}

div.webring a {
    text-decoration : none;
    margin: .3em;
}
div.webring a, a:visited {
    color : #303030;
}
div.webring a:hover {
    color : #22AA22;
}

div.def {
    font-size : 0.8em;
    width : 70%;
    color : black;
}

div.def a, a:visited, a:hover {
    text-decoration : none;
    color : black;
}

div.def p {
    margin : 1em;
}


