.articleContent A:link
{
    COLOR: #0B3B8C;
     text-decoration: underline;
}
.articleContent A:visited
{
    COLOR: #CC0000;
    text-decoration: underline;
}
.articleContent A:hover {
    COLOR: #CC0000;
    text-decoration: underline
}

/* 正文 */
.articleContent{
	width:650px;
	FONT-FAMILY: 宋体, arial, verdana, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	font-size:14px;
	color:#000000;
	margin-right: 10px
	margin-left: 10px
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	line-height: 170%;
	text-justify:inter-ideograph;
}
/* 主标题 */
.articleTitle{
	margin:20px 0 12px 0;
	font-size:26px;
	font-weight:bold;
	color:#000000;
}
/* 副标题 */
.articleSubhead{
	margin:20px 0 12px 0;
	font-size:22px;
	font-weight:bold;
	color:#000000;
}
/* 关键词 */
.articlekeywords{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
/* 日期，出处 */
.articleDate{
	font-size:13px;
	margin-bottom:10px;
	color:gray;
}

