body{
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	line-height:20px;
	}
	
/*個別文字設定*/
.titlefont {
    font-size:15px;
    color:#5D5D5D;
	}
	
/*文字連結設定-----------------------------------------------*/

/*跑馬燈文字*/
a.mar{
    font-size:13px;
	}
a.mar:link {
	color: #3A7EAD;
	text-decoration: none;
	}
a.mar:visited {
	color: #3A7EAD;
	text-decoration: none;
	}
a.mar:hover {
	color: #333333;
	text-decoration: underline;
	}
a.mar:active {
	color: #333333;
	text-decoration: underline;
		}

/*news文字*/
.news{
    font-size:13px;
	color:#3A7EAD;
	}
/*a.news{
    font-size:13px;
	}*/
a.news:link {
	color:#3A7EAD;
	text-decoration: none;
	}
a.news:visited {
	color: #3A7EAD;
	text-decoration: none;
	}
a.news:hover {
	color: #FF8A00;
	text-decoration: none;
	}
a.news:active {
	color: #FF8A00;
	text-decoration: none;
		}

/*copyright文字*/
.cr{
    font-size:12px;
	color: #8E8E8E;
	}
a.cr:link {
	color: #8E8E8E;
	text-decoration: none;
	}
a.cr:visited {
	color: #8E8E8E;
	text-decoration: none;
	}
a.cr:hover {
	color: #333333;
	text-decoration: underline;
	}
a.cr:active {
	color: #333333;
	text-decoration: underline;
		}
		
/*內文標題文字*/
.intitle {
    color: #3A7EAD;
    font-size:15px;
	font-weight:bold;
	}
a.intitle {
    font-size:15px;
	font-weight:bold;
	}
a.intitle:link {
	color: #3A7EAD;
	text-decoration: none;
	}
a.intitle:visited {
	color: #3A7EAD;
	text-decoration: none;
	}
a.intitle:hover {
	color: #333333;
	text-decoration: none;
	}
a.intitle:active {
	color: #333333;
	text-decoration: none;
		}