﻿/* CSS Document */
/* 全局定义 */
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
*html {
	background: url(about:blank) fixed;
}
body {
	background: #fff;
	font-family: Arial, "microsoft yahei";
	font-size: 12px;
}
/* 链接 */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #bb0000;
}
