/* 新 Web 应用程序项目的默认 CSS Stylesheet */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: "??";
	FONT-SIZE: 0.2em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}


A:link
{
	text-decoration: none;
	color: #333333;
	font-family: "宋体";
	font-size: 13px;
}	
		
A:visited	{
	text-decoration:	none;
	color:	#333333;
	font-family: "宋体";
	font-size: 13px;

	}	
		
A:active	{
	text-decoration:	none;
	color:	#333333;
	font-family: "宋体";
	font-size: 13px;

	}	
		
A:hover	{
	text-decoration:	underline;
	color:	#00599b;
	font-family: "宋体";
	font-size: 13px;
	}
td {
	font-family: "宋体";
	font-size: 13px;
}
br
{
	line-height: 3;
}
p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-indent: 25px;
}
