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

body{
	background:#ffffff;
	color:#444444;
	scrollbar-base-color:#eeeeee;
}
.index_right_body{
	text-align:center;
}

input{
	background-color:#cccccc;
	color:#444444;
	border-color:#444444;
}

.title{
	width:90%;
	background-color:#000000;
	color:#ffffff;
	margin:0 auto;
	margin-top:30px;
	padding:2px 10px 1px 15px;
	font-size:medium;
	font-weight:bold;
	border-top:6px #ffffff;
	border-bottom:6px #ffffff;
}

.chapTD{
	width:90%;
	margin:0 auto;
	padding:2px 10px 1px 15px;
	font-weight:bold;
	font-size:medium;
	background-color:#444444;
	color:#FFFFFF;
	border-bottom:#444444 dotted 1px;
}

.titleTD{
	width:90%;
	margin:0 auto;
	padding:2px 15px 1px 5px;
	font-size:medium;
	background-color:#EEEEEE;
	border:#444444 dotted 1px;
	border-top:none;
}
