#box{

    	width: 800px;
    	height: 500px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 30px;
    	position: relative;

    }
    a{

    	text-decoration: none;
    	color: #222;
    }
    a:hover{

    	color: #27D;
    }
    #video{

    	width: 750px; 
			height: 400px;
			margin-left: 5px;
			margin-top: 5px;
			margin-bottom: 5px;
			position: relative;
			padding: 15px;
			background-color: #FFF;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
			border-radius: 7px;
			box-shadow: 1px 1px 3px rgba(0,0,0,0.2);

    }
    #link{

    	width: 700px;
    	height: 50px;
    	margin-left: 20px;
    }
    #link_img{
    	float: left;
    }

    #link_des{

    	float: right;
    	width: 630px;
    	height: 40px; 
    	padding-top: 10px;
    	font-family: "微軟正黑體";
    }
    h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	
	}
	h1 {
		padding: 0;
		font-size: 2.5em;
		color: #27D;
	}
	  .style1 {
		color: #0066FF;
		font-weight: bold;
	}
