/* CSS Document */

/*黑灰色色變金色 無底線變成有底線 cc2*/
a.cc2:link,a.cc2:visited,a.cc2:active{
color:#424242;;
text-decoration:none;
}
a.cc2:hover{
color:#9B8449;
text-decoration:underline;
}

a.cc3:link,a.cc3:visited,a.cc3:active{
color:#666666;;
text-decoration:none;
}
a.cc3:hover{
color:#9B8449;
text-decoration:underline;
}

a.cc4:link,a.cc4:visited,a.cc4:active{
color:#AF2A47;;
text-decoration:none;
}
a.cc4:hover{
color:#AF2A47;
text-decoration:underline;
}

a.cc5:link,a.cc5:visited,a.cc5:active{
color:#ffffff;;
text-decoration:none;
}
a.cc5:hover{
color:#424242;
text-decoration:underline;
}



a.cc6:mydiv { 
text-justify:distribute;
 }