﻿a.red:link      {text-decoration: none;color: red;}/*红色*/
a.red:visited   {text-decoration: none;color: red;}
a.red:active    {COLOR: red;text-decoration:none;}
a.red:hover     {COLOR: red;text-decoration:none;}

a.redBold:link      {text-decoration: none;color: red;font-weight: bold;}/*红色加粗*/
a.redBold:visited   {text-decoration: none;color: red;font-weight: bold;}
a.redBold:active    {COLOR: red;text-decoration:none;font-weight: bold;}
a.redBold:hover     {COLOR: red;text-decoration:none;font-weight: bold;}

/*红色加粗带下划线*/
a.redBoldUnderline:link      {text-decoration:underline;color: red;font-weight: bold;}
a.redBoldUnderline:visited   {text-decoration: none;color: red;font-weight: bold;}
a.redBoldUnderline:active    {COLOR: red;text-decoration:none;font-weight: bold;}
a.redBoldUnderline:hover     {COLOR: red;text-decoration:none;font-weight: bold;}

a.blue:link      {text-decoration: none;color: blue;}/*蓝色*/
a.blue:visited   {text-decoration: none;color: blue;}
a.blue:active    {COLOR: blue;text-decoration:none;}
a.blue:hover     {COLOR: blue;text-decoration:none;}

a.blueBold:link      {text-decoration: none;color: blue;font-weight: bold;}/*蓝色加粗*/
a.blueBold:visited   {text-decoration: none;color: blue;font-weight: bold;}
a.blueBold:active    {COLOR: blue;text-decoration:none;font-weight: bold;}
a.blueBold:hover     {COLOR: blue;text-decoration:none;font-weight: bold;}

/*蓝色加粗带下划线*/
a.blueBoldUnderline:link      {text-decoration:underline;color: blue;font-weight: bold;}
a.blueBoldUnderline:visited   {text-decoration: none;color: blue;font-weight: bold;}
a.blueBoldUnderline:active    {COLOR: blue;text-decoration:none;font-weight: bold;}
a.blueBoldUnderline:hover     {COLOR: blue;text-decoration:none;font-weight: bold;}

a.black:link      {text-decoration: none;color: black;}/*黑色*/
a.black:visited   {text-decoration: none;color: black;}
a.black:active    {COLOR: black;text-decoration:none;}
a.black:hover     {COLOR: black;text-decoration:none;}

a.blackBody:link      {font-family:黑体;text-decoration: none;color: black;}/*黑体*/
a.blackBody:visited   {font-family:黑体;text-decoration: none;color: black;}
a.blackBody:active    {font-family:黑体;COLOR: black;text-decoration:none;}
a.blackBody:hover     {font-family:黑体;COLOR: black;text-decoration:none;}

a.blackBodyRed:link      {font-family:黑体;text-decoration: none;color:Red;}/*黑体红色*/
a.blackBodyRed:visited   {font-family:黑体;text-decoration: none;color:Red;}
a.blackBodyRed:active    {font-family:黑体;COLOR:Red;text-decoration:none;}
a.blackBodyRed:hover     {font-family:黑体;COLOR:Red;text-decoration:none;}

a.blackBold:link      {text-decoration: none;color: black;font-weight: bold;}/*黑色加粗*/
a.blackBold:visited   {text-decoration: none;color: black;font-weight: bold;}
a.blackBold:active    {COLOR: black;text-decoration:none;font-weight: bold;}
a.blackBold:hover     {COLOR: black;text-decoration:none;font-weight: bold;}

/*黑色加粗带下划线*/
a.blackBoldUnderline:link      {text-decoration:underline;color: black;font-weight: bold;}
a.blackBoldUnderline:visited   {text-decoration: none;color: black;font-weight: bold;}
a.blackBoldUnderline:active    {COLOR: black;text-decoration:none;font-weight: bold;}
a.blackBoldUnderline:hover     {COLOR: black;text-decoration:none;font-weight: bold;}