@charset "utf-8";
/* CSS Document */

/*新的超連結*/
/*紫色*/
.hyper_nounder{
	font-size:12px;
	color:#6666cc;
	text-decoration: none;
}
.hyper_nounder a:link {
	font-size:12px;
	color:#6666cc;
	text-decoration: none;
}
.hyper_nounder a:visited {
	font-size:12px;
	color:#6666cc;
	text-decoration: none;
}
.hyper_nounder a:hover {
	font-size:12px;
	color:#5B42BF;
	text-decoration: none;
}

/*灰色換輕灰色+底線*/
.hyper_gray{
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.hyper_gray a:link {
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.hyper_gray a:visited {
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.hyper_gray a:hover {
	font-size:12px;
	color:#999999;
	text-decoration:underline;
}

/*關於字*/
.style15{
font-size:12px;
color:#333333;
}	 
