@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	font-family: '微軟正黑體';

	margin:0 auto;}
#vga08 {
	width: 100%;
	background-color: #000;
}
#vga08 .get {
	background-color:#000;
	width:70%;
	margin-left:15%;
}
#vga08 .get a {
	color: #FFF;
	text-decoration: none;
}

#vga08 .get h1 {
	margin:0px;
	color: #6a9e01;
	font-size: 36px;
	background-color: rgba(106,158,0,0.2);
	border-radius: 10px;
	border: 2px solid #6a9e01;
	padding: 20px;
	font-weight: 600;


}
#vga08 .get a:hover {
	text-decoration: none;
	color: #F00;
}
#vga08 .get h1:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}

