body {
margin: auto;
width: 90%;
padding-top: 25px;
padding-bottom: 8px;
background-color: #AC272C;
color: #F8E6D2;
font-family: monospace;
}

nav {text-align:center}

div.section {text-align:justify}
div.subsection {text-align:justify}
div.subsubsection {text-align:justify}

a {color: #F4572C}
a:hover {color: #EFAC37}

a.articlelist{color: #C4D2D5; font-weight: 400; font-size: 1.25em}
a.articlelist:hover {color: #FAFAF8}

a.sectionlink {color: #381C07; font-size: 1.20em; font-weight: 700}
a.sectionlink:hover {color: #9A724E}

a.subsectionlink {color: #451708; font-size:1.05em}
a.subsectionlink:hover {color: #9A724E}

a.subsubsectionlink {color: #542909; font-size: 0.8em}
a.subsubsectionlink:hover {color: #9A724E}

.spoiler {color: #AC272C}
.spoiler:hover {color: #F8E6D2}

.linkspoiler {color: #AC272C; text-decoration: none}
.linkspoiler:hover {color: #F4572C; text-decoration: underline}

.quotespoiler {color: #AC272C}
.quotespoiler:hover {color: #FC8B8D; font-style:italic}

.strongspoiler {color: #AC272C}
.strongspoiler:hover {color: #CCD7D9; font-weight:700}

s {color: #896B6B}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #4B868E; margin-bottom: 3px; list-style-position: inside}
span.list {color: #F4BAA2}
span.quotedlist {color: #FC8B8D}

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.icon {
vertical-align: middle;
width: 32px;
height: 32px;
}
img.vidya {
max-width: 400px;
max-height: 400px;
padding: 10px;
}

h1 {
text-align: center;
font-style: italic;
color: #1C1B16;
}
h2 {
text-align: center;
color: #381C07;
}
h3 {
text-align: center;
color: #451708;
}
h4 {
text-align: center;
color: #542909;
}
hr {
color: #113B47;
background-color: #113B47;
border: 0;
height: 5px;
}

strong {
font-weight: 700;
color: #CCD7D9;
}

em, cite {
color: #113B47;
}

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: #FC8B8D;
}

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

table {border: 0}
td {
border: solid 4px #B77F8A;
padding-left: 9px;
padding-right: 9px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #F5C5B7;
color: #4F7383;
}

.toprow {
border: solid 4px #B77F8A;
background-color: #E5A1A2;
color: #2E2F34;
text-align:center;
}
td.menucat {
width:25%;
border: solid 4px #B77F8A;
border-left:0;
background-color: #E5A1A2;
color: #2E2F34;
text-align:center;
}
td.menuentry {
padding:0;
}
td.icon {
width:32px;
height:32px;
border: solid 4px #B77F8A;
border-right:0;
background-color: #E5A1A2;
}
a.menuentry {
width:100%;
height:100%;
display:inline-block;
}
span.menuentry {
width:100%;
height:100%;
display:inline-block;
padding-top:12px;
padding-bottom:12px;
color: #4F7383;
}
span.menuentry:hover {
background-color: #F7DEC8;
color: #1C415B;
}

a.intable {color: #AC272C}
a.intable:hover {color: #F4572C}
.intablestrong {color: #1C415B}
.intabletop {color: #451708}

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