body {
    background-color: #f2f7ff;
    scrollbar-color: #86b6f6 #e0ecff;
}

font, th, td, p {
    font-family: 'Poppins', Verdana, Arial, sans-serif;
    font-size: 14px;
}

a:link, a:active, a:visited {
    color: #3a79c7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #6f9be0;
    transition: color 0.3s ease;
}

hr {
    border: none;
    border-top: 1px solid #86b6f6;
    margin: 10px 0;
}

.bodyline, .forumline {
    background-color: #ffffff;
    border: 1px solid #86b6f6;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

td.row1, td.row2 {
    background-color: #f5faff;
}
td.row3 {
    background-color: #e9f0fc;
}

td.rowpic {
    background-color: #ffffff;
    background-image: url('cellpic2.jpg');
    background-repeat: repeat-y;
}

th {
    color: #3a79c7;
    background: linear-gradient(to right, #c9e1ff, #e0ecff);
    font-weight: 600;
    font-size: 14px;
    padding: 8px;
}

a.maintitle, .maintitle, h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #3a79c7;
    text-decoration: none;
}

.gen, .genmed, .gensmall {
    color: #3a79c7;
}

a.gen:hover, a.genmed:hover, a.gensmall:hover {
    color: #6f9be0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

input, textarea, select {
    background-color: #f0f6ff;
    border: 1px solid #86b6f6;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 4px;
    border-radius: 4px;
}

input.button {
    background-color: #e0ecff;
    color: #3a79c7;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

input.button:hover {
    background-color: #c9e1ff;
}

.quote, .code {
    background-color: #f5faff;
    border-left: 3px solid #86b6f6;
    padding: 10px;
    font-style: italic;
}

.guestavatar {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #c9e1ff;
    color: #3a79c7;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
