/* <style type="text/css"> */
		#articledetail
		{
			margin: 10px 20px;
			
		}
		#articledetail h1
		{
			text-align: center;
			color: black;
			margin-bottom: 10px;
		}
		#articledetail h3
		{
			color: royalblue;
			margin-bottom: 10px;
		}
		
		#articledetail p
		{
			font-size: 16px;
			padding-left: 2rem;
		}
		#articledetail span
		{
			display: block;
			font-size: 16px;
			line-height: 30px;
			color: black;			
		}
		#page
		{
			float: right;
			display: flex;
			flex-flow: row;
		}
		#page #pageinfo
		{
			font-size: 14px;
		}		
	/* </style> */