/* editplus 默认配色方案 */
.keyword
{
	color:#808000; 
}
.selectedtext
{
	color: #FFFFFF;
	background-color: #316AC5;
}
.commit
{
	color: #008000;
}
.value
{
	color: #800000;
}
.attrib
{
	color: #800080;
}
.operator
{
	color: #0000ff;
}


.codeBlock
{
	background-color: #eeeeee;
	font-family: "Courier New", Courier, monospace;
	font-size: 8.5pt;
}



a
{
	text-decoration: none;
	color: Black;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
}
#centercontent  p
{
        text-indent:2em;
}