html,body{width:100%;height:100%;padding:0;margin:0}
body{color:#000;background:#fff url('wallpaper.jpg') fixed;}

article {
	font-size:12pt;
	margin:1em;
	padding:1em;
	/*background-color:#035c09;*/
	background-color:#e2c4db;
	color:#fff;
	font-family:Georgia,sans-serif;
	border-radius:12pt 12pt 6px 6px;
	border:1px inset;
}

pre,tt{font-size:11pt;}

article header {
	background-color:#71357d;
	padding:6pt;
	margin-bottom:12pt;
	border-radius:6pt 6pt 0 0;
}
article header h1 {
	font-family:"Book Antiqua",Georgia,sans-serif;
	font-size:20pt;
	font-weight:bold;
	padding:0; margin:0;
}
article header p {
	font-size:10pt;
	margin:0.5em 0;
}
article header time {
	font-style:italic;
}
article section {
	background:#cfcfcf;
	color:#035C56;
	border: 1px solid #035c09 /*#e2c4db*/;
	padding:0 0.5em;
	max-width:800px;
}

.box {
	padding:0.5em;
	margin:0.5em 0;
	color:black;
	background:white;
	border:1px inset #e2c4db;
	max-width:800px;
}
pre.box {
	white-space:pre-wrap;
}
.msword {
	font-family:"Times New Roman", Times, serif;
}
.chat {
	font-family:Arial, Helvetica, sans-serif;
}
.chat .from{margin:0;padding:0}
.chat .text{margin:0 0 0.5em 1em;padding:0}

.comment {
	font-style:italic;
}
.comment.matty {
	font-style:normal;
	font-family:MattysHandwriting;
}
.comment.shell {
	font-style:normal;
	font-family:ShellsFeltTip;
	font-size:150%;
	line-height:0.8;
}
.translate {
	font-size:70%;
	color:#699592;
	font-style:italic;
	margin-left:1em;
}
.translate::before {
	content:'« ';
	font-style:normal;
	margin-left:-1em;
}
.translate::after {
	content:' »';
	font-style:normal;
}

.redax {
	color:#000;
	background:#000;
}

figure {
	text-align:center;
}
figcaption {
	font-size:70%;
	font-family:Verdana,sans-serif;
}

article img {
	border:2px solid #035C56;
}
article img.seamless {
	border:0;
}

ol.spaced > li, ul.spaced > li {
    margin-bottom: 1em;
}

a:link {
    color:rgb(0,0,238);
}
a:visited{
    color:rgb(3,92,9);
}
a:hover, a:focus {
    color:rgb(85,26,139);
}
a:active {
    color:rgb(238,0,0);
}

body > header, nav {
	font-size:12pt;
	margin:1em;
	padding:1em;
	background-color:#fff;
	color:#71357d;
	font-family:Georgia,sans-serif;
	border:1px inset;
	border-radius:12pt 12pt 6px 6px;
}

ul.sitenav {
    list-style-type:none;
    text-align:center;
}
ul.sitenav>li {
    display:inline-block;
    padding:0 0.5em;
    margin:0;
}
ul.sitenav>li:not(:last-child) {
    border-right:1px solid #5c0356;
}

footer.legal {
	font-size:9pt;
	font-family:Georgia,sans-serif;
	text-align:center;
	padding:0 1em 1.5em;
	background:#fff;
	line-height:1.5em;
}

body>header,body>article,body>nav {
    max-width:818px;
    margin-left:auto;
    margin-right:auto;
}
