/* CSS Life_Memorial生命紀念館 */
/*超連結樣式*/
a:link{
	color:#333;
	text-decoration:none;
	}
a:visited{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#F36;
	text-decoration:underline;
	}
a:active{
	color:#F36;
	text-decoration:underline;
	}


/*網頁TOP超連結*/
/*#P_Top a:link{
	color:#660000;
	text-decoration:none;
	}
#P_Top a:visited{
	color:#660000;
	text-decoration:none;
	}
#P_Top a:hover{
	color:#660000;
	background-color:#FFCC33;
	text-decoration:none;
	}
#P_Top a:active{
	color:#660000;
	background-color:#FFCC33;
	text-decoration:none;
	}*/
/*網頁無障礙超連結*/
/*#P_Key a:link{
	color:#83CFB3;
	text-decoration:none;
	}
#P_Key a:visited{
	color:#83CFB3;
	text-decoration:none;
	}
#P_Key a:hover{
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	}
#P_Key a:active{
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	}*/
/*黑底使用超連結*/
/*#P_iframe a:link{
	color:#B4A598;
	text-decoration:none;
	}
#P_iframe a:visited{
	color:#B4A598;
	text-decoration:none;
	}
#P_iframe a:hover{
	color:#B4A598;
	text-decoration:none;
	background-color:#333;
	}
#P_iframe a:active{
	color:#B4A598;
	background-color:#B4A598;
	text-decoration:none;
	}*/
/*字距0.3與行距1.5*/
.em00{
	line-height:1.3;
	font-size:11pt;
	}
/*字距0.3與行距2*/
.em2{
	letter-spacing: 0.3em; 
	line-height:2;
	}
/*設定網頁置中*/
/*#center{
	margin-left:auto;
	margin-right:auto;
	}*/
/*設定縮排與字距0.3、行距1.5*/
/*.em1{
	text-indent:30%;
	letter-spacing: 0.3em; 
	line-height:1.5;
	}*/


	