body {
        background-color: mintcream;
        background-image : url('./materials/backwall.gif');
        scrollbar-arrow-color: white;
        scrollbar-base-color: darkgreen;
        scrollbar-face-color: white;
        scrollbar-highlight-color: white;
        scrollbar-shadow-color: darkolivegreen;
        scrollbar-track-color: darkgreen;
        scrollbar-darkshadow-color: darkolivegreen;
}
/* ---------------------------------------------------------------------- */
hr {
        color: darkolivegreen;
        size: 2;
}
/* ---------------------------------------------------------------------- */
a {
        color: blue;
}
.message {
        color: white;
        font-size: 100%;
        background-image : url('./materials/message.gif');
        background-color: darkolivegreen;
        padding: 3px 12px 3px 12px;
	margin: 0;
        line-height: 125%;
}
.comment {
        color: white;
        font-size: 90%;
        background-image : url('./materials/message.gif');
        background-color: darkolivegreen;
        padding: 1px 15px 1px 15px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.theme {
        font-size: ;
	font-weight: bold;
	color: darkgreen;
}
.theme-flame {
        font-size: 110%;
        font-weight: 550;
	width: 100%;
	padding: 2px 0px 2px 0px;
	outline: solid 2px green;
	margin: 5px 0px 0px 0px;
	display: inline-block;
	text-indent: 1.3em;
}
div.photo-flame {
	width: 96%;
	padding: 0 8px 0 8px;
	outline: solid 1px white;
	margin: 0 10px 0 10px;;
	text-indent: 0.8em;
}
div.photo-flame img {
	text-indent: 0;
	text-align: center;
}
.single-box {
        border: 2px darkgreen solid;
}
.double-box {
        border: 1px darkgreen double;
}
.wide-box {
        border: 8px white solid;
}
table.guide, th, td {
	border: none;
	width: ;
	padding: 0;
	margin: 0;
	font-size : 95%;
	color: grey;
	font-weight: normal;
}
.guide_center {
	text-align: center;
        vertical-align: top;
}
