@charset "utf-8";

*{
	
	padding:0;
	margin:0 ;
	}

.header h1 a{
	background-image: url(../images/upvd.png);
	display: block;
	width: 180px;
	height: 36px;
	margin-left:700px;
	}





.content {
	height:780px;
	background-repeat:no-repeat;
	background-position:left bottom;
	border-radius:0 0 20px 20px;
	position:relative;}	




.content h1{
	font-size:50px;
	color:#F36;
	font-family:"華康娃娃體","華康中圓體","微軟正黑體", Arial;
	margin-top:10px;
	margin-left:25px;
	}	

.content h4{
	font-size:22px;
	color:#03C;
	font-family:"華康中圓體","微軟正黑體", Arial;
	margin-top:10px;
	margin-left:700px;}
.content h4 a:hover{
	color:#F30;}
	
.content table{
	font-family:"華康中圓體","微軟正黑體", Arial;
	width:750px;
	text-align:center;
	border:#099 1px solid;
	margin:10px auto 20px;}
.content tr th{
	background-color:#099;
	color:#FFF;
	height:40px;
	font-size:24px;
	line-height:40px;}
.content tr td{
	border:#099 1px solid;
	font-size:18px;
	height:40px;
	line-height:40px;
	
	}
.content tr td a{
	text-decoration:none;
	color:#00C;
	border-right:#666 2px solid;
	padding-right:6px;

	}
.content tr td a:hover{
	color:#F33;}



.footer{
	clear:both;
	height:100px;
	position:relative;
    top:100px;
	}
.footer p{
	display: block;
	color: #333;
	height: 50px;
	width: 600px;
	text-align: center;
	position: absolute;
	left: 150px;
		font-size:16px;
	}
