@charset "utf-8";
.EEE {
}
.txt_12pix {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #CC6600;
}

.txt_bigg {
	font-family: "標楷體";
	font-size: 20px;
	line-height: 25px;
	color: #B00000;
}
a:link {
	color: #B20000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.title_13px {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}


.txt_11pix {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FF3300;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFBB02;
}
.tbbgsuger{ /* body 是可以依照需要作改變的，下面的內容才是重要的！ */
　　　background-image:url(http://nezha.com.tw/img/suger.gif);     /* 圖片連結位置 */
　　　background-repeat:no-repeat;             /* 圖片是否要重複顯示 */
     background-position: -20px -20px; 
　　　background-position:top left;                 /* 圖片對齊格式 */
　　　}
