﻿body {
}

/*红色翻转，深灰底色*/
.A1:link
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A1:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A1:hover
{
	color:  #E10000;
	font-size: 12px;
	font-family: 宋体;
}
.A1:active
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}


/*深灰不变*/
.A2:link
{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-family: 宋体;
}
.A2:visited
{
	color:#666666;
	text-decoration: none;
	font-size: 14px;
	font-family: 宋体;
}
.A2:hover
{
	color:  #666666;
	font-size: 14px;
	font-family: 宋体;
	text-decoration: none;
}
.A2:active
{
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-family: 宋体;
}

/*红色翻转*/
.A3:link
{
	color:black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A3:visited
{
	color:black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A3:hover
{
	color:  #E10000;
	font-size: 12px;
	font-family: 宋体;
	text-decoration: none;
}
.A3:active
{
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}

/*红色翻转*/
.A4:link 
{
	color:black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A4:visited
{
	color:black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A4:hover
{
	color:  #E10000;
	font-size: 12px;
	font-family: 宋体;
	text-decoration: none;
}
.A4:active
{
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}

/*蓝色底色，加下划线*/
.A5:link 
{
	color:#47a8f0;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A5:visited
{
	color:#47a8f0;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A5:hover
{
	color:#47a8f0;
	font-size: 12px;
	font-family: 宋体;
	text-decoration:underline
}
.A5:active
{
	color:#47a8f0;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}

/*白色链接*/
.A6:link 
{
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A6:visited
{
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A6:hover
{
	color:#ffffff;
	font-size: 12px;
	font-family: 宋体;
	text-decoration:underline
}
.A6:active
{
	color:#ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
/*蓝色链接*/
.A7:link 
{
	color:#568bbf;
	text-decoration: none;
	font-size: 13px;
	font-family: 宋体;
}
.A7:visited
{
	color:#568bbf;
	text-decoration: none;
	font-size: 13px;
	font-family: 宋体;
}
.A7:hover
{
	color:#568bbf;
	text-decoration: none;
	font-size: 13px;
	font-family: 宋体;
}
.A7:active
{
	color:#568bbf;
	text-decoration: none;
	font-size: 13px;
	font-family: 宋体;
}
/*淡蓝色链接*/
.A8:link 
{
	color:#478fb1;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A8:visited
{
	color:#478fb1;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A8:hover
{
	color:#478fb1;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}
.A8:active
{
	color:#478fb1;
	text-decoration: none;
	font-size: 12px;
	font-family: 宋体;
}