* {  font-family:'Arial'; }
body { background-image:url(images/bg.gif); background-repeat:repeat-x; background-position:left top; background-color:#FFE3D7;}
a { font-size: 12px; text-decoration:none; color:#0066cc;}
a:hover {color:#cc0000;}

.news td { border-bottom:#666 dashed 1px; padding: 12px 0; font-size: 12px;color:#333;}
.newstxt { border:#666 dashed 1px; padding: 10px;font-size: 12px;color:#333;}

.bodytxt { font-size: 12px; line-height: 1.7em;color:#333;}

.btn
{/* 表單輸入欄位-按鈕 */
	border-right: #555555 2px;
	border-top:   #AAAAAA 2px;
	border-left:  #AAAAAA 2px;
	border-bottom:#555555 2px;
	/*Value: none(無) | dotted(點) | dashed(虛線) | solid(實線) | double(雙線) | 
			 groove(立體-沉) | ridge(立體-浮) | inset(浮) | outset(沉)*/
	border-style:solid;
	background-color:#FB6A55;
	color:#FFFFFF;
	font-size:12pt;
	font:bold;
	cursor:pointer;
}
