html {
    background: #000329;
    background: linear-gradient(180deg, rgba(0, 3, 41, 1) 0%, rgba(0, 91, 227, 1) 50%);
}

h1 {
    color: yellow;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica;
    margin: 0;
}

h2 {
    margin: 0;
    color: #fff;
    font-family: Verdana, Arial, Helvetica;
}

img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

p {
    color: #fff;
}

table#webRing {
    border-spacing: 5px;
    width: 100%;
    font-family: Verdana, Arial, Helvetica;
}

table#webRing th {
    border-style: outset; 
    border-width: 2px; 
    border-color: grey; 
    position: relative;
    color: #000;
    font-style: italic;
    width: 210px;
}

table#webRing tr {
    margin-top: 5px;
    background-color: #d4d0dc; 
}

table#webRing a {
    color: red !important;
}

.right {
    position: absolute;
    right: 5px;
    top:0;
}

.left {
    position: absolute;
    left: 5px;
    top:0;
}

.center {
    text-align: center;
}