/* look.css              */
/* --------              */
/* 2004/02/24 - j.friant */

body {
	color: #21528c;
        /* background-color: #cccc66; */
	background-color: #bdd694;
}

A:link { color: #dd7c60; }
A:active { color: #dd7c60; }
A:visited { color: #666666; }
A:hover { color: #dd7c60; }

#header {
	margin: 0 1em;
	padding: 0;
	text-align: center;
}

#main_content {
	background-color: #dee6b1;
	border-right: medium solid #bbc295;
	border-bottom: medium solid #bbc295;
	color: #21528c;
	margin: 0.2em 1em 0 1em;
	padding: 0.5em 1em;
}

#footer {
	/* border-top: medium solid gray; */
	margin: 0 1em;
	padding 0;
	text-align: center;
}

.menu {
	background-color: #dee6b1;
	border-right: medium solid #bbc295; /* also #9eb27b */
	border-bottom: medium solid #bbc295;
	padding: 0.5em;
	margin: 0.2em 1em 0 1em;
	text-align: center;
}

.menu p {
	padding: 0;
	margin: 0;
}

.home {
	font-size: large;
	padding: 0 1em;
}

.linehdr {
	font-weight: bold;
}

.reverse_indent {
	margin-left: 5em;
	text-indent: -5em;
}

.exbox {
	margin: 0.5em 5em;
	padding: 1em 0.5em;
	background-color: #cccccc;
	text-align: center;
}

.level1 { list-style-type: disc; }
.level2 { list-style-type: square; }
.level3 { list-style-type: circle; }

.spell_name { font-weight: bold; }
.spell_mana { margin-left: 5em; }
.spell_desc { margin-left: 5em; }
.spell_props { margin-left: 5em; }


