a:link	{ text-decoration: none; color: blue; font-family: 宋体 }		/*链接颜色、字体*/a:visited	{ text-decoration: none; color: blue; font-family: 宋体 }		/*访问过的链接颜色、字体*/a:active	{ text-decoration: none; color: red; font-family: 宋体 }		/*活动链接的颜色、字体*/a:hover	{ text-decoration: underline #000000; color: red }body	{ margin-top:1; margin-left:0; font-size: 9pt; font-family: 宋体;  background : #ffffff;  }	/*默认字体与大小*/table	{ font-family: 宋体; font-size: 9pt; border-color:blue; }input	{ font-family: 宋体; font-size: 9pt; background-color:#ccccff; border-color:#0033cc; border-width: 1px;}h1	{ text-decoration: none; font-size: 13pt;font-color:red; font-weight:400; font-family: 宋体 }h2	{ text-decoration: none; font-size: 12pt;font-color:red; font-weight:400; font-family: 宋体 }h3	{ text-decoration: none; font-size: 11pt;font-color:red; font-weight:400; font-family: 宋体 }h4	{ text-decoration: none; font-size: 10pt;font-color:red; font-weight:400; font-family: 宋体 }
