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

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

nav {text-align:center}

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

a {color: #380F17}
a:hover {color: #8C4A55}

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

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

a.subsectionlink {color: #777884; font-size:1.05em}
a.subsectionlink:hover {color: #AF99A2}

a.subsubsectionlink {color: #A4A4AF; font-size: 0.8em}
a.subsubsectionlink:hover {color: #AF99A2}

.spoiler {color: #576472}
.spoiler:hover {color: #E2DEEE}

.linkspoiler {color: #576472; text-decoration: none}
.linkspoiler:hover {color: #380F17; text-decoration: underline}

.quotespoiler {color: #576472}
.quotespoiler:hover {color: #9591A9; font-style:italic}

.strongspoiler {color: #576472}
.strongspoiler:hover {color: #2D3241; font-weight:700}

s {color: #62515B}

ul {margin-left: 10px; margin-right: 10px; padding-right: 40px}
li {color: #2C2D4B; margin-bottom: 3px; list-style-position: inside}
span.list {color: #B19AA4}
span.quotedlist {color: #9591A9}

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: #30323D;
}
h2 {
text-align: center;
color: #404049;
}
h3 {
text-align: center;
color: #777884;
}
h4 {
text-align: center;
color: #A2A1AC;
}


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

strong {
font-weight: 700;
color: #2D3241;

}

em, cite {
color: #C68042;
}

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

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

table {border: 0}
td {
border: dashed 4px #380F17;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #685560;
color: #DDA964;

}
.toprow {
border: dashed 4px #380F17;
background-color: #573B3F;
color: #BC8749;
text-align:center;
}
td.menucat {
width:25%;
border: dashed 4px #380F17;
border-left:0;
background-color: #573B3F;
color: #BC8749;
text-align:center;
}
td.menuentry {
padding:0;
}
td.icon {
width:32px;
height:32px;
border: dashed 4px #380F17;
border-right:0;
background-color: #573B3F;
}
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: #DDA964;
}
span.menuentry:hover {
background-color: #E3AC6B;
color: #2E151A;
}

a.intable {color: #151735}
a.intable:hover {color: #353868}
.intabletop {color: #A4A0B5}
.intablestrong {color: #380F17}

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