body {
	margin: 0 0 0 0;
	background-color: #C0FFC0;
	color: #277727;
	font-size: 11pt;
}
a {
	font-weight: bold;
	font-family: serif;
	text-decoration: none;
}
a:link {
	color: #27B327;
	background-color: inherit;
}
a:visited {
	color: olive;
	background-color: inherit;
}
a:active {
	color: lime;
	background-color: inherit;
}
img {
	border: none;
}
h1 {
	margin-left: 25px;
	font-family: serif;
	font-size: 24pt;
}
h2 {
	font-family: serif;
	font-size: 14pt;
}
#menu {
	top: 0px;
	left: 0px;
	position: absolute;
	padding: 10px;
	width: 200px;
	text-align: center;
}
.info {
	width: 80%;
	border: green double;
	text-align: left;
}
.contents {
	margin-left: 200px;
}
.footer {
	text-align: left;
}
div.novel {
	margin: 10px 10%;
	line-height: 1.8em; 
	margin-right: 100px;
}
h1.novel {
	text-align: center;
	font-family: serif;
	font-size: 24pt;
}
h2.novel {
	font-weight: bold;
	font-size: 11pt;
}
div.author {
	text-align: right;
	font-style: italic;
}
div.endmark {
	text-align: right;
}
.qst {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ans {
	margin: 0px 50px 10px 20px;
	padding: 0px 0px 0px 0px;
}
.alert {
	font-weight: bold;
	color: green;
	background-color: inherit;
}