﻿/*================================================================================================*/
/*                                     网站CSS样式定义                                              */
/*=================================================================================================*/

/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;}   /* 链接无下划线,有为underline */ 
a:link {
	color: #0000CC;
	text-decoration: underline;
	font-size: 12px;
}    /* 未访问的链接 */
a:visited {
	color: #0000CC;
	text-decoration: underline;
	font-size: 12px;
} /* 已访问的链接 */
a:hover{
	color: #000066;
	text-decoration: none;
	font-size: 12px;
}   /* 鼠标在链接上 */ 
a:active {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}  /* 点击激活链接 */
body
{
	font-size: 12px;
	background-color: #ffffff;
	MARGIN: 0px;
	COLOR: #454545;
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif", "Verdana", "宋体";
	background-position:center;
	text-decoration: none;
}
/* 单元格TD的css定义:这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	line-height: 150%;
	color: #0000CC;
	font-size: 12px;
}

basefont {
	font-size: 12px;
}
font {
	font-size: 12px;
}
input {
	height: 26px;
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
}

