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

nav {text-align: center}

a {color: #FF834A}
a:hover{color: #FFBD6A}

a.intable {color: #838383}
a.intable:hover {color: #ACACAC}

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

a.sectionlink {color: #942000; font-size: 1.15em; font-family: sans-serif; font-weight: 700}
a.sectionlink:hover{color: #FFBD6A}

a.subsectionlink {color: #DE5A20; font-family: monospace}
a.subsectionlink:hover {color: #FFC500}

a.subsubsectionlink {color: #FF834A; font-size: 0.6em}
a.subsubsectionlink:hover {color: #FFC500}

.spoiler {color: #414141}
.spoiler:hover {color: #FFEE9C}

.linkspoiler {color: #414141; text-decoration: none}
.linkspoiler:hover {color: #FF834A; text-decoration: underline}

.quotespoiler {color: #414141}
.quotespoiler:hover {color: #838383; font-style:italic}

.strongspoiler {color: #414141}
.strongspoiler:hover {color: #A46A5A; font-weight:700}

s {color: #101010}

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

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: #A46A5A;
}
h2 {
text-align: center;
color: #942000;
}
h3 {
text-align: center;
color: #DE5A20;
}
h4 {
text-align: center;
color: #FF834A;
}
hr {
color: #A46A5A;
background-color: #A46A5A;
border: 0;
height: 5px;
}

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

em, cite {
color: #FFC500;
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: #838383;
font-family: serif;
}

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


table {border: 0}
td {
border: outset 6px #414141;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #942000;
color: #FFC500;
}
.toprow {
border: outset 6px #414141;
background-color: #626262;
color: #FFEE9C;
}
