﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/


.MenuA:link,..MenuA:visited {text-decoration:none;color:#fff;text-align:center;}
.MenuA:hover {position:relative;top:-1px;left:-1px;color:#bbd631;}
.MenuOV:link,.MenuA:visited {text-decoration:none;color:#fff;text-align:center;}
.MenuOV:hover {position:relative;top:-1px;left:-1px;color:#bbd631;}

.sideA:link,.sideA:visited {color:#fff;text-decoration:none;}
.sideA:hover {position:relative;top:-1px;left:-1px;color:#333;}

#CateTable a:link,#CateTable a:visited {text-decoration:none;color:#fff;}
#CateTable a:hover {position:relative;top:-1px;left:-1px;color:#333;}

.ContentBRight a:link,.ContentBRight a:visited {text-decoration:none;color:#fff;}
.ContentBRight a:hover {position:relative;top:-1px;left:-1px;color:#333;}

.moreli a:link,.moreli a:visited {text-decoration:none;color:#333;}
.moreli a:hover {text-decoration:none;color:#ccc;}
.ProdUL a:hover {position:relative;top:-1px;left:-1px;}

.Content-Body a:link,.Content-Body a:visited {text-decoration:none;color:#fff;}
.Content-Body a:hover {position:relative;top:-1px;left:-1px;color:#333;}

.pageNumber a:link,.pageNumber a:visited {text-decoration:none;color:#333;padding:0px 5px;font-weight:bold;}
.pageNumber a:hover {position:relative;text-decoration:underline;color:#fff;}
.pageStat a:link,.pageStat a:visited {text-decoration:none;color:#333;}
.pageStat a:hover {text-decoration:none;color:#fff;}