a:link {
color: #4D4D4D;
font-size: 12px;
text-decoration: none;

}
a:visited {
color: #4D4D4D;
font-size: 12px;
text-decoration: none;
}
a:hover {
color: #FF0099; //這裡是文字顏色
font-size: 14px;
text-decoration: underline; //滑過後出現底線
}
a:active {
color: #4D4D4D;
font-size: 12px;
text-decoration: none;
}


.FrontPage {
font-size: 13px;
color: #003399;
}
.FrontPage a:link {
color: #003399;
font-size: 13px;
text-decoration: none;
}
.FrontPage a:visited {
color: #003399;
font-size: 13px;
text-decoration: none;
}
.FrontPage a:hover {
color: green; //這裡是文字顏色
font-size: 13px;
text-decoration: underline; //滑過後出現底線
}
.FrontPage a:active {
color: #4D4D4D;
font-size: 13px;
text-decoration: none;
}