/* CSS Document */

body{
    margin:0px;
	background-color: #99CCCC;
}
body,td,th {
	font-family: 新細明體, Arial, 細明體, Verdana;
	font-size: 12px;
}

.mosttx{
	color:#FFFFFF;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
#logo{
    height:50px;
    background-color:#996600;
    padding-top:5px;
}
/*************以下為主頁************/
#wrapper{
	width:960px;
	margin: 0px auto;
	background-color: #996600;
	box-shadow: 2px 2px 30px #999;
}
header{
	height:1300px;}

/*************footer 勿刪************/

footer{
	background-color: #996600;
	height:60px;
	clear:both;
	
	/*background-image: url(img/960_r19_c1.jpg);*/
}

footer table{
    padding-top:15px;
}
