﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#AEC1B9;}
 a:hover{color:#9FC700;border-bottom: 1px dashed #9FC700;text-decoration:none;}
 .sidepanel a:link,.sidepanel a:visited{text-decoration:none;color:#C0BFC0;}
 .sidepanel a:hover{color:#F7C700;;text-decoration:none}
 #container #foot a:link,#container #foot a:visited{text-decoration:none;color: #BED1D6;}
 #container #foot a:hover{color:#9ACD32;text-decoration:none;border-bottom: 1px dashed #9ACD32;}
 .menuA:link,.menuA:visited{float:left;height:18px; background:#58b2cb ;text-align:center;padding:5px 4px 2px 4px;text-decoration:none;color:#FFF;font-weight:bold;}  
 .menuA:hover{color:#FFF;text-decoration:none; background:#7bc0d5} 
 .titleA:link,.titleA:visited{font-size:12px;text-decoration:none;font-weight:bold;text-align:left;color:#E8DE9B;}
 .titleA:hover{color: #C4C400;border-bottom: 1px dashed #C4C400;text-decoration:none;}
 .sideA:link,.sideA:visited{padding-left:12px;height:18px; background:url(arrow.gif) 2px 3px no-repeat; overflow:hidden;display:block;margin-bottom:2px;width:150px;line-height:140%;BORDER-BOTTOM: #080C08 1px solid; color: #CBC9CB;}
 .sideA:hover{ background:url(arrow.gif) 2px 3px no-repeat;padding-left:12px;overflow:hidden;}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:underline;color:#9FC700;border-bottom: 1px dashed #9FC700;}
 .more:link,.more:visited{height:30px;width:100px;background:url(readmore.gif) no-repeat left top ;padding-left:15px;text-decoration:none; font-size:12px;color: #E3D18F;border:0px solid #eee}
 .more:hover{color:#F7C700; border-bottom: 1px dashed #F7C700;}   
 /*---超链接样式定义结束---*//*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/