﻿/**********************************************************/
/*******定义网站的 链接样式××××××××***************/
/**********************************************************/

a:link
{
	color: black;
	font-size: 12px;
	text-decoration: none;
}

a:active
{
	color: red;
	text-decoration: none;
}
a:visited
{
	color: black;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	color: red;
	text-decoration: none; /*position: relative;*/
}
/*******定义网站的 链接样式×end×××***************/
