﻿/*链接样式*/
a {font-size: 12px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}


a.home:link {text-decoration: none;color:#000;}/*黑*/
a.home:visited {text-decoration: none; color:#000;}
a.home:active {text-decoration: none;color:#000;}
a.home:hover {text-decoration:underline;color:#000;position:relative;top: 1px;}


a.homemenu:link {text-decoration: none;color:#fff; font-size:12px;}/*白色*/
a.homemenu:visited {text-decoration: none; color:#fff; font-size:12px;}
a.homemenu:active {text-decoration: none; font-size:14px;}
a.homemenu:hover {text-decoration:underline;color:#fff;position:relative;top: 1px; font-size:12px;}


a.homeorthor:link {text-decoration: none;color:#222;}/*黑*/
a.homeorthor:visited {text-decoration: none; color:#222;}
a.homeorthor:active {text-decoration: none;}
a.homeorthor:hover {text-decoration:underline;color:#000;position:relative;top: 1px;}


a.underline:link {text-decoration: underline;color:#614E3F;}/*黑*/
a.underline:visited {text-decoration: underline; color:#614E3F;}
a.underline:active {text-decoration: underline;}
a.underline:hover {text-decoration:underline;color:red;position:relative;top: 1px;}


a.Commend:link {text-decoration: none;color:#8E8E8E;}/*灰白*/
a.Commend:visited {text-decoration: none; color:#8E8E8E;}
a.Commend:active {text-decoration: none; color:#8E8E8E;}
a.Commend:hover {text-decoration:underline;color:#8E8E8E;position:relative;top: 1px;}


a.homemore:link {text-decoration: none;color:#40970C;}/*绿色*/
a.homemore:visited {text-decoration: none; color:#40970C;}
a.homemore:active {text-decoration: none;}
a.homemore:hover {text-decoration:underline;color:#40970C;position:relative;top: 1px;}

a.blue:link {text-decoration: none;color:#1E75D4;}/*蓝色*/
a.blue:visited {text-decoration: none; color:#1E75D4;}
a.blue:active {text-decoration: none;}
a.blue:hover {text-decoration:underline;color:#1E75D4;position:relative;top: 1px;}


a.txt:link {text-decoration: none;color:#7A4C01;}/*褐色*/
a.txt:visited {text-decoration: none; color:#7A4C01;}
a.txt:active {text-decoration: none;}
a.txt:hover {text-decoration:underline;color:#7A4C01;position:relative;top: 1px;}