﻿

/*-- 定义普通链接格式 --*/
a {	 COLOR: #003399; FONT-FAMILY: "Verdana", "宋体", "Arial", "sans-serif"; TEXT-DECORATION: underline}
A:link {	 COLOR: #003399; FONT-FAMILY: "Verdana", "宋体", "Arial", "sans-serif"; TEXT-DECORATION: underline}
A:visited {	 COLOR: #003399; FONT-FAMILY: "Verdana", "宋体", "Arial", "sans-serif"; TEXT-DECORATION: underline}
A:active {	 COLOR: #ff6600;; FONT-FAMILY: "Verdana", "宋体", "Arial", "sans-serif"; TEXT-DECORATION: underline}
A:hover {	COLOR: #ff6600;; FONT-FAMILY: "Verdana", "宋体", "Arial", "sans-serif"; TEXT-DECORATION: underline}

/*-- 定义头部导航链接格式 --*/
a.a1:link    { font-size: 12px; color: #000000; text-decoration: none; }
a.a1:visited { font-size: 12px; color: #000000; text-decoration: none; }
a.a1:active  { font-size: 12px; color: #000000; text-decoration: underline; }
a.a1:hover   { font-size: 12px; color: #000000; text-decoration: underline; }
/*-- 定义头部导航文字格式 --*/


/*-- 定义头部导航2链接格式 --*/
a.a2:link    { font-size: 12px; color: #000000; text-decoration: none; }
a.a2:visited { font-size: 12px; color: #000000; text-decoration: none; }
a.a2:active  { font-size: 12px; color: #000000; text-decoration: underline; }
a.a2:hover   { font-size: 12px; color: #000000; text-decoration: underline; }


/*-- 定义底部导航链接格式 --*/
a.a3:link    { font-size: 12px; color: #666666; text-decoration: none; }
a.a3:visited { font-size: 12px; color: #666666; text-decoration: none; }
a.a3:active  { font-size: 12px; color: #666666; text-decoration: underline; }
a.a3:hover   { font-size: 12px; color: #666666; text-decoration: underline; }
/*-- 定义底部背景格式 --*/

/*-- 定义普通有底线链接格式 --*/
a.a4:link    { font-size: 12px; color: #000000; text-decoration: underline; }
a.a4:visited { font-size: 12px; color: #000000; text-decoration: underline; }
a.a4:active  { font-size: 12px; color: #000000; text-decoration: underline; }
a.a4:hover   { font-size: 12px; color: #000000; text-decoration: underline; }

/*-- 定义突出有底线链接格式 --*/
a.a5:link    { font-size: 12px; color: #000099; text-decoration: underline; }
a.a5:visited { font-size: 12px; color: #000099; text-decoration: underline; }
a.a5:active  { font-size: 12px; color: #000099; text-decoration: underline; }
a.a5:hover   { font-size: 12px; color: #000099; text-decoration: underline; }

