/* CSS Document */
.newsTitle{
	font-family: Arial;
	font-size: 18px;
	color: #FFF;
	font-weight:bold;
}
.newsDate1{
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
.authorName{
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
}
.authorDesc{
	font-family: Arial;
	font-size: 16px;
	color: #666;
}
.authorPost{
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
.authorJoin{
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

.postContent{
	font-family: Arial;
	font-size: 16px;
	color: #300;
}
.sigContent{
	font-family: Arial;
	font-size: 16px;
	color: #000;
}
