/*-----------超鏈接樣式---------------
 說明: 偽類:link :visited :hover分別代表超鏈接的通常、被訪問後、和鼠標接觸鏈接是的樣式
 a標籤代表通用超鏈接樣式
 .menuA代表Blog導航條菜單的樣式
 .titleA代表日誌標題的樣式
 .sideA代表側欄的超鏈接樣式
 .CategoryA代表樹形分類的鏈接樣式
 .more代表更多鏈接的樣式
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#3C3C3C;}
 a:hover{color:#96C1C7;}
 .menuA:link,.menuA:visited{float:left;height:28px;text-align:center;padding:0 4px;text-decoration:none;color:#585858;line-height:210%;background-image: none;background-repeat: repeat;background-attachment: scroll;background-position: 0 0;font-weight:none;o}  
 .menuA:hover{ color:#96C1C7; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 -28px; } 
 .titleA:link,.titleA:visited{ text-decoration:none; font-family:Tahoma, Verdana; text-align:left; color:#3C3C3C;}
 .titleA:hover{color:#96C1C7;text-decoration:none;}
 .sideA:link,.sideA:visited{text-decoration:none;padding-left:16px;background:no-repeat 2px 3px;height:20px;overflow:hidden;display:block;margin-bottom:2px;width:170px;background:url(images/arrow.gif) 2px 3px no-repeat;border-bottom-color:#FFFFFF;border-bottom-width: 1px;border-bottom-style: solid;}
 .sideA:hover{text-decoration:none;padding-left:16px;background:no-repeat 2px -13px;height:20px;background:url(images/arrow.gif) 2px 3px no-repeat;}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;height:20px}
 .CategoryA:hover{text-decoration:none;height:20px}
 
 .more:link,.more:visited{padding:0px 12px 0px 15px;margin-top:10px;background:url('images/arrow_more.gif') 0px no-repeat}
 .more:hover{background:url('images/arrow_more.gif') 3px no-repeat;}  
 .blogsetA:link,.blogsetA:visited{padding:0 9px 4px 16px ; background:no-repeat;text-decoration:none;}
 .mp3A:link,.mp3A:visited{padding:0 0 4px 16px; background:no-repeat;text-decoration:none;}
 .collA:link,.collA:visited{padding:0 0 4px 16px; background:no-repeat;text-decoration:none;}
 .aboutA:link,.aboutA:visited{padding:0 0 4px 16px; background:no-repeat;text-decoration:none;}
 .normalA:link,.normalA:visited{padding:0 12px 4px 16px; background:no-repeat;text-decoration:none;}
 .listA:link,.listA:visited{padding:0 0 4px 16px; background:no-repeat;text-decoration:none;}
 .commentA:link,.commentA:visited{padding:0 0 4px 14px; background:no-repeat -2px 3px;text-decoration:none;}
 /*---超鏈接樣式定義結束---*/
