td {
  background-color: #808080; /* Светло-серый */
  color: yellow;
}

td a {
  color: yellow;
  text-decoration: none;
}

td a:hover {
  color: yellow;
  text-decoration: underline;
}

th, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

font, th, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

body {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #0057b7; /* Синий цвет */
    background: #d3d3d3; /* Светло-серый */
    font-size: 16px;
    margin: 0;
    padding: 0 5px;
    max-width: 76%;
    margin: 0 auto;
}

.gen {
    font-size: 16px;
}

.genmed {
    font-size: 15px;
}

.gensmall {
    font-size: 14px;
    color: yellow;
}

a {
    text-decoration: underline;
    color: yellow;
}

.toptable {
    background: #808080; /* Светло-серый */
    border-style: solid;
    border-color: #ffd700; /* Желтый цвет */
    border-width: 1px 1px 1px 1px;
}

.nav {
    font-weight: bold;
    font-size: 16px;
}

.forumlink {
    font-weight: bold;
    font-size: 16px;
}

.postbody {
    font-size: 16px;
    line-height: 1.4em;
    margin: 3px 0;
}

.postbody a {
    color: #0057b7;
    text-decoration: underline;
}

.postbody a:visited {
    color: #800080;
}

.postbody a:visited:hover {
    color: #0057b7;
}

.postbody a:hover {
    color: #ffd700;
}

.postdetails {
    color: #0057b7;
    font-size: 15px;
    text-align: left;
}

.postdetails b {
    color: #ffd700;
}

.tablebg {
    border: solid 1px #ffd700;
    background: #808080; /* Светло-серый */
}

.row1,
.row2,
.row3,
tr.row1 .row,
tr.row2 .row,
tr.row3 .row {
    border-left: solid 1px #0057b7;
    border-right: solid 1px #ffd700;
    border-top: solid 1px #0057b7;
    border-bottom: solid 1px #ffd700;
    background: #808080; /* Светло-серый */
    padding: 2px;
    border-radius: 10px; /* Скругление */
}

th,
td.th {
    color: #ffd700;
    font-size: 16px;
    font-weight: bold;
    background: #0057b7;
}

.cattitle {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffd700;
}

input.button,
input.liteoption,
.fakebut {
    border: 1px solid #ffd700;
    background: #0057b7;
    color: #ffd700;
    font-size: 15px;
    font-weight: bold;
}

.quote {
    color: #ffd700;
    background-color: #0057b7;
    font-size: 16px;
}

.code {
    color: #ffd700;
    background-color: #0057b7;
    font-size: 16px;
}

.maintitle,
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

.guestavatar {
    background: #ffd700;
    color: #0057b7;
    font-size: 60px;
}

.blue-background {
  background-color: #808080; /* Светло-серый */
  color: yellow;
  padding: 10px;
}

.blue-background a {
  color: yellow;
  text-decoration: none;
}

.blue-background a:hover {
  color: yellow;
  text-decoration: underline;
}