﻿/*首頁大字連結---------------------------------------------------------------------- */
a.ProductLink_B{
	font-size: 15px;
	color: #CC0000;
	text-decoration: none;
}
a:hover.ProductLink_B{
	color: #990066;
	text-decoration: underline;
}
/*首頁正常大小字連結---------------------------------------------------------------------- */
a.ProductLink_M{
	color: #CC0000;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}
a:hover.ProductLink_M{
	color: #990066;
	text-decoration: underline;
}