/* 泛用 */
a:link,a:visited{
text-decoration:none;
color:#0066cc;
}
a:hover{
color:#ff7700;
}
.menuA:link,.menuA:visited{
float:left;
height:20px;
text-align:center;
padding:2px 5px 0;
margin:0;
text-decoration:none;
color:#000;
background:#fff;
line-height:20px \9;
}
.menuA:hover{ color:#fff; background: #ff7700;}
/*文章標題*/
.titleA:link,.titleA:visited{ text-decoration:none; font-family:verdana;font-size:13px; text-align:left; color:#005cb7;padding:2px 3px;}
.titleA:hover{text-decoration: underline;}
.sideA:link,.sideA:visited{text-decoration:none;padding-left:16px;background:no-repeat 2px 3px;height:16px;overflow:hidden;display:block;margin-bottom:5px;width:170px;background:url(arrow.gif) 2px 3px no-repeat;background:url(arrow.gif) 2px 0 no-repeat \9; }
.sideA:hover{text-decoration:none;padding-left:16px;background:no-repeat 2px -13px;height:16px;overflow:hidden;background:url(arrow.gif) no-repeat 2px -13px;background:url(arrow.gif) no-repeat 2px -16px \9;}
.CategoryA:link,.CategoryA:visited{text-decoration:none;}
.CategoryA:hover{text-decoration:none;}

.more:link,.more:visited{background:no-repeat;margin:5px;text-decoration:none;}
.more:hover{background:no-repeat 0 -15px;}
.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;}
/* 底部版權聲明連結 */
#container #foot a{
color:#333;
padding:0px 2px;}
#container #foot a:hover{
color:#fff;
padding:0px 2px;
background:#0066cc}