@charset "utf-8";
/** 清除內外邊距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 結構元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
th, td /* table elements 表格元素 */ {
	margin: 0;
	padding: 0;
}

/** 設置默認字體 **/

h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 將斜體扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 統一等寬字體 *//

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }

sup { vertical-align: text-top; } /* 重置，減少對行高的影響 */
sub { vertical-align: text-bottom; }



/*圖片連結無邊框*/
img{
	border:none;
	}
/*消除浮動*/
.clear{
	clear:both;
	}
/*清除連結虛線*/
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
.index_outbgbox.iepngfix #index_outbox #content_outbox #content_inbox #right_contentoutbox #right_contentoutbox_content table tr td table tr td table tr td table tr td table tr td a {
	color: #FFF;
}
.index_outbgbox.iepngfix #index_outbox #content_outbox #content_inbox #right_contentoutbox #right_contentoutbox_content table tr td table tr td table tr td table tr td table tr td a:hover {
	color: #0CF;
	text-decoration: none;
}
