TABLE  {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	background-color : transparent;
	color : Blue;
}

BODY  {
	background-color : White;
}

H1  {
	background-color : transparent;
	color : Green;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	text-align : left;
}

H3  {
	background-color : transparent;
	color : Blue;
	font-family : @PMingLiU;
	font-style : normal;
	text-align : center;
}

A:HOVER  {
	color : Blue;
	overflow : auto;
}

A:LINK  {
	color : Green;
}

P  {
	font-family : "Times New Roman", Times, serif;
	text-align : left;
	color : Blue;
}

