@charset "utf-8";
/* Basic */
.menu:link{ /*超連結文字格式*/
	font-size: 12px; 
	color: #fff;
	text-decoration: none;
}
.menu:visited{ /*瀏覽過的連結文字格式*/ 
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.menu:active{ /*按下連結的格式*/ 
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.menu:hover{ /*滑鼠移至連結*/
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.mail:link{ /*超連結文字格式*/ 
	color: #910000;
	text-decoration: none;
	font-size: 13px;
    line-height: 21px;
}
.mail:visited{ /*瀏覽過的連結文字格式*/ 
	color: #910000;
	text-decoration: none;
	font-size: 13px;
	line-height: 21px;
}
.mail:active{ /*按下連結的格式*/ 
	color: #910000;
	text-decoration: none;
	font-size: 13px;
	line-height: 21px;
}
.mail:hover{ /*滑鼠移至連結*/
	color: #910000;
	text-decoration: underline;
	font-size: 13px;
	line-height: 21px;
}
.texr_B{
	font-size: 13px;
	line-height: 21px;
	color: #5d5d5d;
	font-weight: bold;
}
.text{
	color: #5d5d5d;
	font-size: 13px;
	line-height: 21px;
}
.M{
	font-size: 12px;
	line-height: 21px;
	color: #fff;
}