		body{
			font-family: "微軟正黑體", Arial;
			line-height: 2em;
			font-size: 16px;
			background-image: url(images/bg2.jpg);
			
			
		}

		.blue{
			color:#0c6eb2;
			font-size: 21px;
			font-weight: bold;
			}
			
		.copyright{
			font-size: 10px;
			text-align: center;
			color: #69a5cb;
			padding:10px;
		}
		.content{
			background-color: #fff;
			margin-bottom: 10px;
			padding: 40px;
			overflow: auto;
		}
		.storypic{
			width: 100%;
		}
		.col-sm-2 img{
			width: 100%;
		}

		.menu{
			margin-bottom: 20px;
			
		}
		.p0{
			padding: 0px;
			
		}
		@Media Print {
				  Body {display:none;} 
		