
/*******************************************************************************
 * 重新定义标准 HTML 标签的样式 
 */

a			{	color:				#669933;
				cursor:				url("/resource/cursor/pen.ani");
				text-decoration:	none;
			}
a:visited	{	color:				#9999CC;
			}
a:vlink		{	color:				#FF6600;
			}
a:hover		{	background-color:	#006633;
				color:				#FFFFFF;
				/*
				height:				1em;
				FILTER:				progid:DXImageTransform.Microsoft.Gradient (gradientType=1,startColorStr=#CCCCCC,endColorStr=#000099);
				*/
			}


h1			{
			}
h2			{
			}
h3			{	font-family:		"黑体";
				font-size:			20px;
				font-weight:		normal;
			}
h4			{
			}
h5			{
			}
h6			{
			}


table		{	line-height:		150%;
			}
p			{	text-indent:		4ex;					/* 首行缩进2个文字 */
			}

textarea, input.EditBox	{
				border:				1px groove;
				cursor:				url("/resource/cursor/ibeam.ani");
			}
button, input.Button {
			}

body		{	background-color:	#CCCCCC;
				line-height:		150%;
				font-size:			16px;
				cursor:				url("/resource/cursor/blue.ani");
			}



/*******************************************************************************
 * 自定义的标签的样式
 */
.Main_Navigation {
				font-weight:		normal;
				color:				#666666;
				font-family:		"Fixedsys";
			}
.NormalText	{
				font-family:		"Fixedsys";
				font-size:			16px;
			}

