/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-family:"新細明體",Arial, Helvetica, sans-serif;
	font-size:12px;
}
img{
border:none;
}
a{
color:#fff;
text-decoration:none;
}
a:hover{
color:#fff;
font-weight: bold;
text-decoration:none;
}
body{
background-image:url(../images/bbg.jpg); 
background-repeat:no-repeat; 
background-attachment:fixed; 
background-position:top; 
background-color:#FFFFFF;
margin:0px;
padding:0px;
font-family:"新細明體",Arial, Helvetica, sans-serif;
color:  #F00;
text-decoration:none;
	font-size: 22px;
	line-height: 22px
	}
p {
	color: #fff;
	font-size: 12px;
	line-height: 12px
}
h2 {
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
h4 {
	color: #FFF;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	}
	
h4:hover {
	color:#F00;
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
}
.top{ 
	width:1200px;
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}