/* 总体风格 */
body {
	font-family: MS Shell Dlg,Tahoma;
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #c086d3;
} 

/* 链接风格 */

A:link {font-family: "MS Shell Dlg", Tahoma;COLOR: red; TEXT-DECORATION: none;}
A:visited {font-family: MS Shell Dlg,Tahoma;COLOR: red; TEXT-DECORATION: none}
A:active {font-family: MS Shell Dlg,Tahoma;COLOR: red; TEXT-DECORATION: none}
A:hover {font-family: MS Shell Dlg,Tahoma;COLOR: 003399; TEXT-DECORATION:underline}

