/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link, a:visited {
	text-decoration:none;
	color:#677786;
}
a:hover {
	color:#000;
}
.menuA:link, .menuA:visited {
	float:left;
	height:40px;
	text-align:center;
	text-decoration:none;
	color:#3b6889;
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	font-weight: bold;
	line-height: 320%;
	letter-spacing: 1px;
	padding: 0 20px 0 20px;
}
.menuA:hover{
	color:#FFF;
	background-image: url(images/home_05.gif);
	background-repeat: repeat-x;
}
.menuB:link,.menuB:visited{
	color:#000;
	background-image: url(images/home_07.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menuB:hover{
}
.titleA:link, .titleA:visited {
	font-weight:bold;
	font-family:Tahoma, Arial, "宋体";
	text-align:left;
	color:#4d5e6f;
	font-size: 16px;
	text-decoration: none;
}
.titleA:hover {
	color:#8cc6f0;
}
.sideA:link, .sideA:visited {
	text-decoration:none;
	padding-left:16px;
	background:url(images/arrow.gif) 2px 3px no-repeat;
	height:16px;
	overflow:hidden;
	display:block;
	margin-bottom:2px;
	width:170px;
}
.sideA:hover {
	padding-left:16px;
	background:url(images/arrow.gif) 2px -13px no-repeat;
	height:16px;
	overflow:hidden;
}
.CategoryA:link, .CategoryA:visited {
	text-decoration:none;
}
.CategoryA:hover {
}
.more:link, .more:visited {
color:#4b5d6d;
	font-weight:bold;
	padding-left:18px;
	margin:5px;
	text-decoration:none;
	background-image: url(images/add-comment-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.more:hover {
	color:#000;
}
.blogsetA:link, .blogsetA:visited {
	padding:0px 9px 4px 16px;
	background:url(../../images/tools.gif) no-repeat;
	text-decoration:none
}
.mp3A:link, .mp3A:visited {
	padding:0px 0px 4px 16px;
	background:url(../../images/mm_snd.gif) no-repeat;
	text-decoration:none
}
.collA:link, .collA:visited {
	padding:0px 0px 4px 16px;
	background:url(../../images/MyFa.gif) no-repeat;
	text-decoration:none
}
.aboutA:link, .aboutA:visited {
	padding:0px 0px 4px 16px;
	background:url(../../images/ico_skdaq.gif) no-repeat;
	text-decoration:none
}
.normalA:link, .normalA:visited {
	padding:0px 12px 4px 16px;
	background:url(../../images/icon_normal.gif) no-repeat;
	text-decoration:none
}
.listA:link, .listA:visited {
	padding:0px 0px 4px 16px;
	background:url(../../images/icon_topic.gif) no-repeat;
	text-decoration:none
}
.commentA:link, .commentA:visited {
	padding:0px 0px 4px 14px;
	background:url(../../images/icon_offsite_red.gif) no-repeat -2px 3px;
	text-decoration:none
}
 /*---超链接样式定义结束---*/
