/*前台頁面*/
.font_style1 {font-size: 12px;
color:#515151;}

.font_style1:link {
	color: #000000;
	text-decoration: none;
}
.font_style1:visited {
	text-decoration: none;
	color: #000000;
}
.font_style1:hover {
	text-decoration: underline;
	color: #000000;
}
.font_style1:active {
	text-decoration: none;
	color: #000000;
}
.font_style2 {font-size: 10px;}

.font_style3 {font-size: 12px;
color:#515151;}

/*管理者頁面*/
.news_title {font-size: 15px;}
.news_main {font-size: 15px;}
/*加入、修改*/
.news_main2 {font-size: 12px;}
