/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} /* 链接无下划线,有为underline */ 
a:link {color: #000000;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;} /* 未访问的链接 */
a:visited {color: #333333;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;} /* 已访问的链接 */
a:hover{color: #ae0927;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.style2 {
	font-size: 14;
	font-weight: bold;
	color: #606060;
}
.style2 a:link {
font-size: 14;
	font-weight: bold;
	color: #606060;
}
.style2 a:visited {
font-size: 14;
	font-weight: bold;
	color: #606060;
}
.style2 a:hover {
font-size: 14;
	font-weight: bold;
	color: #606060;
}
.style2 a:active {
font-size: 14;
	font-weight: bold;
	color: #606060;
}.you {
	background-image: url("profile_06.png"/*tpa=http://www.nbxty.com/images/profile_06.png*/);
	background-repeat: repeat-x;
	background-position: top;
}