body {
	background-color: #880000;
	background-image: none;
	font-size: .8em;
	font-family: sans-serif;
}

li {
	margin-bottom: .2em;
}

.no-css {
	display:none;
}

.center-box {
	/* position: absolute; */
	/* height: 400px; */
        width: 600px;
        margin: 30px auto;
        padding: 0;
	background-color: #EDEDED;
	/* background-color: #FFFFCC; */
        /* border: 3px solid #566; */
        border: 3px solid black;
}

.title-box {
	padding: 1em;
	background-color: #CCC;
        border-bottom: 3px solid black;
	text-align: left;
	font-weight: bold;
}

.title {
	font-size: 2.2em;
}

.sub-title {
	font-size: 1.4em;
}

.sub-sub-title {
	font-size: 0.9em;
}

.menu-box {
	height: 2em;
	top: 0;
	left: 0;
	right: 0;
        border-bottom: 1px solid black;
	background-color: #CCC;
}

.menu-table {
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	/* border: solid 1px; */
}

.menu-elem {
	text-align: center;
	vertical-align: middle;
	font-size: 1.1em;
	font-weight: bold;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

.main-box {
	left: auto;
	right: auto;
	padding-top: .5em;
	padding-left: 3em;
	padding-right: 3em;
	/* border: dashed 3px; */
}

.subpage-title {
	margin-top: 2em;
	font-weight: bold;
	font-size: 1.2em;
}

.section-title {
	font-weight: bold;
	font-size: 1em;
}

