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

nav {text-align:center}

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

a {color: #F9A272}
a:hover {color: #F5CA9A}

a.articlelist {color: #D0AD85; font-size: 1.25em}
a.articlelist:hover {color: #DFBF92}

a.sectionlink {color: #55488B; font-size: 1.20em; font-weight: 700}
a.sectionlink:hover {color: #D089D3}

a.subsectionlink {color: #7869B1; font-size:1.05em}
a.subsectionlink:hover {color: #D089D3}

a.subsubsectionlink {color: #9563AA; font-size: 0.8em}
a.subsubsectionlink:hover {color: #D089D3}

.spoiler {color: #EE6066; text-decoration: none}
.spoiler:hover {color: #FFEEEF}

.quotespoiler {color: #EE6066}
.quotespoiler:hover {color: #A0304A; font-style:italic}

.strongspoiler {color: #EE6066}
.strongspoiler:hover {color: #E9ADB3; font-weight:700}

.linkspoiler {color: #EE6066}
.linkspoiler:hover {color: #F9A272; text-decoration:underline}

s {color: #E35262}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #55488B; margin-bottom: 3px; list-style-position: inside}
span.list {color: #F0C9C2}
span.quotedlist {color: #A0304A}

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

h1 {
text-align: center;
font-style: italic;
color: #55488B;
}
h2 {
text-align: center;
color: #7B5895;
}
h3 {
text-align: center;
color: #7869B1;
}
h4 {
color: #9563AA;
text-align: center;
}
hr {
color: #55488B;
background-color: #55488B;
border: 0;
height: 5px;
}

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

em, cite {
color: #C7D197;
}

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

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

table {border: 0}

td {
border: dashed 2px #55488B;
padding-left: 6px;
padding-right: 6px;
padding-top: 8px;
padding-bottom: 8px;
background-color: #9563AA;
color: #FCE0D7;
}

.toprow {
border: dashed 2px #9563AA;
background-color: #55488B;
color: #EEBBB8;
text-align:center;
}
td.menucat {
width:25%;
border: dashed 2px #9563AA;
border-left:0;
background-color: #55488B;
color: #FAE2BC;
text-align:center;
}
td.menuentry {
padding:0;
}
td.icon {
width:32px;
height:32px;
border: dashed 2px #9563AA;
border-right:0;
background-color: #55488B;
}
a.menuentry {
width:100%;
height:100%;
display:inline-block;
}
span.menuentry {
width:100%;
height:100%;
display:inline-block;
color: #FCE0D7;
padding-top: 8px;
padding-bottom: 8px;
}
span.menuentry:hover {
background-color: #D089D3;
color: #FCF6C3;
}

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