#page{
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	background-color:#FFFFFF;
	box-shadow: 0px 2px 10px 2px lightGrey;
	border-radius: 4px;
}
h2{
	background: #DFDFDF;
	font-weight:normal;
	font-size:20px;
	color:#2299DD;
	/*
	background: -webkit-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -moz-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#DFDFDF),color-stop(100%,#DFEDED));
	background: -o-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: -ms-linear-gradient(top,#DFDFDF 0,#DFEDED 100%);
	background: linear-gradient(to bottom,#DFDFDF 0,#DFEDED 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DFDFDF',endColorstr='#DFEDED',GradientType=0);
	*/
	box-shadow: 0px 2px 2px 1px lightGrey;

}
p{
	text-indent:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}
ul.list_people{
	padding-left:50px;
	margin-top:0px;
	margin-bottom:5px;
	list-style-type:none;
}
#toc{
	margin-top:15px;
	margin-left:20px;
	padding-left:10px;
	padding-right:10px;
	width:900px;
	border:1px solid;
	border-radius:15px;
}
#toctitle{
	color:#2299DD;
	font-size:22px;
	font-weight:bold;
}
ul.contents_list{
	margin-top:0px;
	color:black;
}
ul.contents_list,ul.contents_list ul{
	list-style-type:none;
	padding-left:25px;
}
a.contents_a{
	color:black;
}
a.contents_a:hover{
	color:#00C6FB;
}
.tocnumber{
	font-weight:bold;
}	
#back2top{
	position:fixed;
	bottom:15px;
	right:20px;
	width:100px;
	background-color:#EEEEEE;
}
p,li{
	font-size:15px;
	width:950px;
}
