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

body{
	background-color:#DDEEEE;
	color:#223333;
	scrollbar-base-color:#DDEEEE;
}
input{
	background-color:#DDEEEE;
	color:#223333;
	border-color:#223333;
	font-size:medium;
}

.novel_body{
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}

.noveltitle{
	width:90%;
	font-size:large;
	font-weight:bold;
	margin:0 auto;
	text-decoration:underline overline;
}

.strings{
	width:90%;
	font-size:medium;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:40px;
	padding:50px 30px;
	line-height:150%;
	border-top:solid 1px;
	border-left:solid 1px;
	border-bottom:double 3px;
	border-right:double 3px;
	text-align:left;
}

.td_indent{
	padding:5px;
}

.big{
	font-weight:bold;
}

.new{
	color:#ff0000;
}

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

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