body {
margin: auto;
width: 90%;
padding-top: 25px;
padding-bottom: 8px;
background-color: #622739;
color: #BECBD3;
font-family: sans-serif;
}

nav {text-align:center}

a {color: #E0A57B}
a:hover{color: #FAE7D8}

a.intable {color: #E0A57B}
a.intable:hover {color: #FAE7D8}

a.articlelist {color: #E0A57B; font-weight: 400; font-size: 1.25em; font-family: monospace}
a.articlelist:hover{color: #FAE7D8}

a.sectionlink {color: #2C2C2C; font-size: 1.15em; font-family: sans-serif; font-weight: 700}
a.sectionlink:hover{color: #95908C}

a.subsectionlink {color: #736B68; font-family: sans-serif}
a.subsectionlink:hover {color: #A5A3A4}

a.subsubsectionlink {color: #E0A57B; font-size: 0.6em}
a.subsubsectionlink:hover {color: #FAE7D8}

.spoiler {color: #622739}
.spoiler:hover {color: #BECBD3}

.linkspoiler {color: #622739; text-decoration: none}
.linkspoiler:hover {color: #E0A57B; text-decoration: underline}

.quotespoiler {color: #622739}
.quotespoiler:hover {color: #A5A3A4; font-style:italic}

.strongspoiler {color: #622739}
.strongspoiler:hover {color: #736B68; font-weight:700}

s {color: #4A4A4A}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #A82E55; margin-bottom: 3px; list-style-position: inside}
span.list {color: #BECBD3}
span.quotedlist {color: #A5A3A4}

img {max-width: 100%}
img.centerplus {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
min-width: 400px;
min-height: 400px;
max-width: 100%;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
max-width: 100%;
}

.caption {
display: block;
text-align: center;
margin-top: 15px;
}

img.link {
vertical-align: middle;
width: 32px;
height: 32px;
}
img.vidya {
max-width: 400px;
max-height: 400px;
padding: 10px;
}

#center {
text-align: center;
}

h1 {
text-align: center;
font-style: italic;
font-family: serif;
color: #A82E55;
}
h2 {
text-align: center;
color: #2C2C2C;
}
h3 {
text-align: center;
color: #736B68;
}
h4 {
text-align: center;
color: #95908C;
}
hr {
color: #BECBD3;
background-color: #BECBD3;
border: 0;
height: 5px;
}

strong {
font-weight: 700;
color: #736B68;
}

em, cite {
color: #A82E55;
font-family: serif;
}

em.hrec {
font-weight: 700;
font-style: italic;
color: lime;
}
em.rec {
font-weight: 700;
color: greenyellow;
font-style: normal;
}
em.srec {
font-weight: 500;
color: yellow;
font-style: normal;
}
em.nrec {
font-weight: 400;
color: orange;
font-style: normal;
}
em.avoid {
font-weight: 700;
color: red;
font-style: italic;
}


q,blockquote {
font-style: italic;
color: #A5A3A4;
font-family: serif;
}

#articlelist {
margin-top: 20px;
font-family: serif;
text-align: center;
padding: 5px;
}


table {border: 0}
td {
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #95908C;
color: #2C2C2C;
}
.toprow {
background-color: #736B68;
color: #BECBD3;
}
.intabletop {color: #622739}

.bad {
background-color: crimson;
}
.neutral {
background-color: gold;
color: black;
}
.good {
background-color: greenyellow;
color: black;
}
