/* Note: Edited from archived version of fringearchives.neocities.org. */

body {
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    color: #000;
    background-color: #eef2ff;
    background: #eef2ff repeat-x 50% 0%;
}
.back {
    text-align: center;
    font-size: 0.7rem;
    margin-bottom: 2rem;
}

a,
a:visited,
a:active {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: darkblue;
}

h1,
h2,
h3 {
    text-align: center;
}

.thread-list {
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: 1em;
    background-color: #d6daf0;
    border: 1px solid #b7c5d9;
}

.thread {
    padding: 0.2em 0 0.15em;
    margin-bottom: 0.15em;
    border-bottom: 1px solid #b7c5d9;
}

.thread a {
    display: inline-block;
    width: 55px;
}
