/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;font-family: "宋体";
	font-size: 12px;} /* 链接无下划线,有为underline */ 
a:link {color: #000066;font-family: "宋体";
	font-size: 12px;} /* 未访问的链接 */
a:visited {color: #000066;font-family: "宋体";
	font-size: 12px;} /* 已访问的链接 */
a:hover{color: #ae0927;font-family: "宋体";
	font-size: 12px;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;font-family: "宋体";
	font-size: 12px;} /* 点击激活链接 */
/* 文章文字的css定义 */
.wenzi
{
	color: #333333;
	font-size: 12px;
}
/* 文章标题文字的css定义 */
.title
{
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
/* 文章内容文字的css定义 */
.text
{
	color: #333333;
	font-size: 13px;
	font-family: "宋体";
	line-height: 150%;
}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
font-size: 9pt;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/* 文本框的css定义:对应css中的“input” */
input
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/* 用户登录文字链接的css定义 */
.userlogin
{
color: #0099cc
}
input,select,Textarea{font-family:Tahoma,Verdana,"宋体"; font-size: 12px; line-height: 15px;border: 1px solid #47bbe9;background-color: #ffffff;}
option,select{background-color: #f8f8f8;  }
.span{
	margin-left:100px;width:18px;height:20px;overflow:hidden;border-left : 0px solid #47bbe9; 
	border-right : 1px solid #47bbe9; border-top : 1px solid #47bbe9;border-bottom : 1px solid #47bbe9;
	background-color : #47bbe9;
}