a:link {
	color: #666666;
	text-decoration:underline

}

a:visited {
  color: #666666;
  	text-decoration:none

}

a:hover {

	color:#CCCCCC;
	text-decoration:underline
}



body{

font-family: "細明體";
font-size: 12px;
height:14px;
color: #4D4D4E;

}

.class1 {
color:#FFFFFF
}

.class1 a {
color:#FFFFFF; /* A black link */
text-decoration:none; /* No underline etc */
font-size:10px;
}

.class1 a:hover { /* on hover of the link */
color: #CCCCCC;
text-decoration:none; /* underline */
}


font_link {
	font-family: "細明體";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "細明體";	
}
.style2 {
	font-size: 12px; 
	color: #FFFFFF;
	font-weight: bold;
	font-family: "細明體";
}
.style3 {
	font-size: 10px; 
	color: #666666;
	font-family: "細明體";
}
.style4 {
	color: #FF9900;
	font-weight: bold;
}


link2 {
	font-family: "細明體";
	font-size: 10px;
	color: #666666;
	text-decoration: overline;
}
.font1 {
	font-family: "細明體";
	font-size: 12px;
	line-height:15px;
	text-decoration: none;
; color: #666666
}

.font2 {
	font-family: "細明體", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #666666;
}