<style type="text/css">

form {margin:0}
input {margin:0}
font { line-height:1.8}
img {border-color:CCCCCC}
/*圖片向下*/
#bg01{
	background-repeat: no-repeat;
	background-position: bottom;
}
/*圖片向上*/
.bg02{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*白色*/
.txt_white80{
	font-size: 80%;
	color: #FFFFFF;
	line-height: 200%;
}
.txt_white80 A:link {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.txt_white80 A:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
}
.txt_white80 A:hover {
	COLOR:#FFCC00;
	text-decoration:  underline;
}
/*藍色*/
.txt_blue80{
	font-size: 80%;
	color: #0033CC;
	line-height: 200%;
}
.txt_blue80 A:link {
	COLOR:#0033CC;
	text-decoration: none;
}
.txt_blue80 A:visited {
	COLOR: #0033CC;
	text-decoration: none;
}
.txt_blue80 A:hover {
	COLOR:#FF6600;
	text-decoration:  underline;
}

/*虛線*/
#su{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
.style1 {font-size: 12px}
</style>

