@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;

}


body {
	font-family:Arial, "Times New Roman", "新細明體";
	font-size:80%;
	line-height:180%;
	color:#182375;	

}

a{
	color:#0095F3;
	
}

.a:hover,a:visited,a:active{
	color:#0095F3;
}

.mainBorder {
	border:1px solid #119BDE;
	background-color:#E8F5FC;
	padding:20px;
}

.subText {
	font-family:Arial, "Times New Roman", "新細明體";
	font-size:85%;
	line-height:180%;
	color:#182375;	
}

.footerText {
	font-family:Arial, "Times New Roman", "新細明體";
	font-size:85%;
	line-height:180%;
	color:#999999;	
}


