@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;}

.header h1 a{
	background-image: url(../images/upvd.png);
	display: block;
	width: 180px;
	height: 36px;

	margin-left:700px;
	}

.content h1{
	margin-top:10px;
	margin-left:50px;
	width:530px;
	}
.content h2 a{
	background-image: url(../images/btn06.png);
	display: block;
	width: 260px;
	height: 53px;
	position: absolute;
	left: 560px;
	top: 25px;
	}
.content h2 a:hover{
	background-image:url(../images/btn06a.png);}
.content h3{
	display:block;
	height:50px;
	width:500px;
	margin:30px 10px;
	color:#000;
	text-indent:70px;
	line-height:50px;
	}
.content h3 a{
	font-size:22px;
	color:#06F;
	
	}
.content h3 a:hover{
	color:#F36;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;}		
.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;}

