@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*主要內文--大字*/
.word1-b {
	font-size: 15px;
	color: #EE2B7D;
	line-height: 20px;
	font-weight: bold;
}
.word1-c{
	font-size: 13px;
	color: #EE2B7D;
	line-height: 20px;
	font-weight: bold;
}
.word1 {
	font-size: 12px;
	color: #333333;
}

.word1 a:visited, .word1 a:link{
	color: #1A1A26;
	font-size:12px;
	text-decoration:none;
}

.word1 a:hover{
	color: #0099FF;
	font-size:12px;
	text-decoration:none;
}
.word4 {
	font-size: 12px;
	color: #333333;
}

.word4 a:visited, .word1 a:link{
	color: #1A1A26;
	font-size:12px;
	text-decoration:none;
}

.word4 a:hover{
	color: #0099FF;
	font-size:12px;
	text-decoration:none;
}
/*主要內文*/
.word1-1 {
	font-size: 13px;
	color: #404040;
	line-height: 20px;
}
.word1-3 {
	font-size: 11px;
	color: #9933CC;
}
.wwhite-1 {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}

.word2{
	font-size: 12px;
	color: #DD688B;
	line-height: 17px;
}
.word3 {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
/*主要內文---有連結的*/
.word4 {
	font-size:13px;
	color: #000000;
}
 .word4 a:link{
	color: #E3228C;
	font-size:13px;
	text-decoration:none;
}
.word4 a:visited{
	color: #CC0D9C;
	font-size:13px;
	text-decoration:none;
}

.word4 a:hover{
	color: #E3228C;
	font-size:13px;
	text-decoration:none;
}
/*每頁上面變色*/
a:link {
	color: #404040;
}
a:visited {
	color: #404040;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FF3366;
}

