body {
			line-height: 1.6em; 
			background-color: white;
			color: rgba(30,49,36,1);
			font-family: 'Times New Roman', '新細明體';
			font-size: 12pt;
			letter-spacing: 0.05em;
			text-align:justify;
		}
		
		h1.type1{
			background-color:rgba(255,0,128,1);
			color:rgba(0,255,80,1);
			text-shadow:2px 2px 2px white;
			font-family:'Impact','標楷體';
			text-align:left;			
		}
		
		
		.import{
			color:blue;
			font-weight:bold;
			background-color:yellow;			
		}
		
}