@font-face {
font-family: bluearchive;
src: url('bluearchive.ttf');
}

body {
margin: auto;
width: 90%;
padding-top: 25px;
padding-bottom: 8px;
background-color: #340721;
color: #8C878F;
font-family: "bluearchive";
}

nav {text-align:center}

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

a {color: #CFB4C3}
a:hover {color: #FBE2E6}

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

a.sectionlink {color: #D4397B; font-size: 1.20em; font-weight: 700}
a.sectionlink:hover {color: #FFA4D8}

a.subsectionlink {color: #F770A0; font-size:1.05em}
a.subsectionlink:hover {color: #FFF4F4}

a.subsubsectionlink {color: #FFA4D3; font-size: 0.8em}
a.subsubsectionlink:hover {color: #FFF4F4}

.spoiler {color: #340721}
.spoiler:hover {color: #8C878F}

.linkspoiler {color: #340721; text-decoration: none}
.linkspoiler:hover {color: #90869C; text-decoration: underline}

.quotespoiler {color: #340721}
.quotespoiler:hover {color: #534867; font-style:italic}

.strongspoiler {color: #340721}
.strongspoiler:hover {color: #413D46; font-weight:700}

s {color: #100000}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #BDA0B1; margin-bottom: 3px; list-style-position: inside}
span.list {color: #504C53}
span.quotedlist {color: #534867}

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: #971A49;
}
h2 {
text-align: center;
color: #D4397B;
}
h3 {
text-align: center;
color: #F770A0;
}
h4 {
text-align: center;
color: #FFA4D3;
}


hr {
color: #BDA0B1;
background-color: #BDA0B1;
border: 0;
height: 5px;
}

strong {
font-weight: 700;
color: #413D46;

}

em, cite {
color: #8F2B59;
}

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

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

table {border: 0}
td {
border: dashed 4px #8E888F;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #746C77;
color: #E3DBDC;

}
.toprow {
border: dashed 4px #8E888F;
background-color: #463B4E;
color: #FFA4D3;
text-align:center;
}
td.menucat {
width:25%;
border: dashed 4px #8E888F;
border-left:0;
background-color: #463B4E;
color: #FFA4D3;
text-align:center;
}
td.menuentry {
padding:0;
}
td.icon {
width:32px;
height:32px;
border: dashed 4px #8E888F;
border-right:0;
background-color: #463B4E;
}
a.menuentry {
width:100%;
height:100%;
display:inline-block;
}
span.menuentry {
width:100%;
height:100%;
display:inline-block;
padding-top:5px;
padding-bottom:5px;
color: #E3DBDC;
}
span.menuentry:hover {
background-color: #BC9EAF;
color: #340721;
}

a.intable {color: #F770A0}
a.intable:hover {color: #FFA4D3}
.intabletop {color: #340721}

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