/*------------------------------------------------------------

	subject 		站点基础样式
	author			柴瑞
	created			2004-08-16  10:56
	updated			2007-09-21/2
	
	email			chairui1979@hotmail.com
	website			http://chairui.openfree.net

------------------------------------------------------------*/
html
{
	padding: 0px;
	margin: 0px;			
}
body
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	text-align: left;
	font-family: Arial, 'Lucida Sans Unicode' , '微软雅黑', '宋体' , '新宋体' , Verdana, Sans-Serif;
	font-weight: normal;
	font-size: small;
	background: #ffffff url("..../images/background.png") left top repeat;
}
html > body
{
	font-size: small;
}
a:link
{
	text-decoration: none;
	color: #0033ff;
}
a:visited
{
	text-decoration: none;
	color: #0033ff;
}
a:active
{
	text-decoration: underline;
	color: #FF9900;
}
a:hover
{
	text-decoration: underline;
	color: #FF9900;
}
h1
{
	font-size: 180%;
	font-weight: bold;
}
h2
{
	font-size: 160%;
	font-weight: bold;
}
h3
{
	font-size: 140%;
	font-weight: bold;
}
h4
{
	font-size: 120%;
	font-weight: bold;
}
h5
{
	font-size: 100%;
	font-weight: bold;
}
h6
{
	font-size: 80%;
	font-weight: normal;
}
b
{
	font-weight: bold;
}
img
{
	
}
