﻿/* CSS 初始化模块样式 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align:top;
	font-family:微软雅黑;
	font-family: 微软雅黑 !important;
}


/*默认超链接样式*/
a:link { text-decoration:none; color: #ffffff}		/* 未访问的链接 */
a:visited { text-decoration:none; color: #ffffff}	/* 已访问的链接 */
a:hover { text-decoration:none; color: #94aa2a}	/* 鼠标移动到链接上 */
a:active { text-decoration:none; color: #728b02}	/* 选定的链接 */

/*初始化UL-OL样式*/
ul,ol{list-style-type:none}
input{ vertical-align:top;}



































