@import "../../CSS/style.css";

body{
	background:#FFFFFF;
	scrollbar-base-color:#EEEEEE;
}

.back{
	margin:20px;
	padding:10px;
}

.num_left{
	text-align:right;
	font-weight:bold;
}

.item{
	padding:2px;
	margin-right:20px;
	margin-bottom:0px;
	font-weight:bold;
	background-color:#000000;
	color:#FFFFFF;
}

.menu_element{
	padding:2px;
	padding-left:10px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:#FFFFFF;
	color:#000000;
	border:dotted 1px;
	border-top:none;
}

.novel_title{
	margin:30px 0px;
	margin-bottom:50px;
	width:90%;
	font-weight:bold;
	font-size:large;
	text-decoration:underline;
}

.strings{
	margin:30px 0px;
	line-height:150%;
	width:90%;
}

.novel_footer{
	margin:0px;
	width:90%;
	line-height:150%;
}
