/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
A:link,A:visited { 
    color: #666; text-decoration: none; 
}
A:hover {
	color: #bf0000;}
#container #foot A:link,#container #foot A:visited { color: #bf0000; font-family: Verdana, 宋体; font-weight: 100; font-style: normal; }
#container #foot A:hover { font-style: normal; border-bottom: 1px dotted #999; }
.menuA:link,.menuA:visited  { float: left; color: #fff; line-height: 140%; height: 18px; text-align: center
; margin: 0 4px; }
.menuA:hover { color: #fff
; border-bottom: 2px solid #bf0000; }
.titleA:link,.titleA:visited  {
	font-weight: bold; font-size: 16px; color: #16233a; text-align: left; text-decoration: none
}
.titleA:hover { 
    color: #bf0000;
}
.sideA:link ,.sideA:visited {
	background-position: 0px 9px; border-top: #575556 1px solid; margin-top: 4px; display: block; padding-left: 0px; font-size: 12px; margin-bottom: 2px; overflow: hidden; width: 160px; color: #bfbfbf; line-height: 140%; padding-top: 4px; font-family: Verdana; height: 16px; text-decoration: none
}
.sideA:hover { color: #bf0000; }
.CategoryA:link,.CategoryA:visited {
	font-size: 12px; text-decoration: none
}
.CategoryA:hover {
	text-decoration: underline
}
.Content-body P .more:link,.Content-body P .more:visited  { 
    color: gray; background-position: 0 4px; padding-left: 18px; background-image: url(url.gif); background-repeat: no-repeat; text-decoration: none
 }
.Content-body P .more:hover {
	background-position: 0px 4px; padding-left: 18px; background-image: url(url.gif); color: #0099ff; background-repeat: no-repeat
}
.more:link, .more:visited{
	margin:0;color:#9f9f9f;background:url(readmore.gif) no-repeat left top ;padding-left:15px;}
.more:hover {
	color: #06c;}

 /*---超链接样式定义结束---*/