
TABLE.article
{
	font-size: 12px;
	text-align: left;
	background-color: white;
/*
	background-image: url(./title.jpg);
	background-attachment: fixed;
*/
	border-style: solid;
	border-top-width: 18px;
	border-bottom-width: 18px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-color: whitesmoke;
	width: 100%;
}

TABLE.article A
{
	font-weight: bolder;
	color: #008800;	
}


TABLE.article TR.columntitle
{
	font-weight: bolder;
}

TABLE.article TR.dark
{
	background-color: #f0f0f0
}

TABLE.article TR.light
{

}

TABLE.article TR.title TD.title
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

TABLE.article TD.author
{
	font-size: 13px;
	text-align: center;
}

TABLE.article TD.summary
{
	font-style: italic;
}


/*********************/

DIV.code, SPAN.code, A.code
{
	border-right: lightgrey 1px solid;
	padding-right: 4px;
	border-top: lightgrey 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 4px;
	border-left: lightgrey 1px solid;
	padding-top: 4px;
	border-bottom: lightgrey 1px solid;
	font-family: Sans-Serif;
	background-color: gainsboro;
	text-align: left;
}

DIV.quote, SPAN.quote
{
	border-right: lightgrey 1px solid;
	padding-right: 4px;
	border-top: lightgrey 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 4px;
	border-left: lightgrey 1px solid;
	padding-top: 4px;
	border-bottom: lightgrey 1px solid;
	background-color: white;
	text-align: left;
}

DIV.annotation, SPAN.annotation
{
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 16px;
	color: blue;
	font-family: KaiTi_GB2312, Tahoma;
}

DIV.address, SPAN.address
{
	font-size: 16px;
	font-family: KaiTi_GB2312, Tahoma;
}

DIV.p
{
	padding-bottom: 8px;
	padding-top: 8px;
}

DIV.loose,SPAN.loose
{
	padding-bottom: 16px;
	padding-top: 16px;
}

DIV.bold,SPAN.bold
{
	font-weight: bolder;
}


/* 避免嵌入的页面出现底图 */
TABLE.article TABLE.title
{
	background-image: none;

	font-size: 14px;
	text-align: left;
	background-color: white;
	width: 100%;

}