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

nav {text-align:center}

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

a {color: #A67A79}
a:hover{color: #C2A16C}

a.intable {color: #8BED7C}
a.intable:hover {color: #DBF6D5}

a.articlelist {color: #8BED7C; font-weight: 400; font-size: 1.25em; font-family: monospace}
a.articlelist:hover{color: #DBF6D5}

a.sectionlink {color: #734F8D; font-size: 1.20em; font-family: serif; font-weight: 700}
a.sectionlink:hover{color: #7E77AB}

a.subsectionlink {color: #996399; font-size:1.05em; font-family:sans-serif}
a.subsectionlink:hover {color: #F7C0E0}

a.subsubsectionlink {color: #CB79A7; font-size: 0.8em; font-family: sans-serif}
a.subsubsectionlink:hover {color: #F7C0E0}

.spoiler {color: #462B54}
.spoiler:hover {color: #E4E4E4}

.linkspoiler {color: #462B54; text-decoration: none}
.linkspoiler:hover {color: #A67A79; text-decoration: underline}

.quotespoiler {color: #462B54}
.quotespoiler:hover {color: #7E77AB; font-style:italic}

.strongspoiler {color: #462B54}
.strongspoiler:hover {color: #8BED7C; font-weight:700}

s {color: #090909}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #8BED7C; margin-bottom: 3px; list-style-position: inside}
span.list {color: #F7C0E0}
span.quotedlist {color: #7E77AB}

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;
}

h1 {
text-align: center;
font-style: italic;
font-family: serif;
color: #7E77AB;
}
h2 {
text-align: center;
color: #734F8D;
}
h3 {
text-align: center;
color: #996399;
}
h4 {
text-align: center;
color: #CB79A7;
}
hr {
color: #A67A79;
background-color: #A67A79;
border: 0;
height: 5px;
}

strong {
font-weight: 700;
color: #8BED7C;
}

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

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

table {border: 0}
td {
border: dashed 2px #FA53A5;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
background-color: #7E77AB;
color: #FFFFFF;
}
.toprow {
border: dashed 2px #FA53A5;
background-color: #996399;
color: #FEEAF9;
text-align:center;
}
.intabletop {color: #FEEAF9}

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