﻿@charset "utf-8";


/*文章部分*/

p {
	line-height:38px;
	border-top: 1px  solid #C0DCC0;
	padding-top:10px;
	text-indent: 2em;
	font-size:19px;
	letter-spacing:1px;
}

pre {
	color: black;
	margin-bottom: 0px;
    font-size: 11pt;
    font-weight: light;
}

/*---------------*/
/*经文*/
.jingwen {
	color:          #006600;
	background:     #FFFFEC;
    border:         1px solid #000000;
    padding:        5px;
	margin-left:    2em;
	margin-right:   2em;
}

/*译文*/
.yiwen {
	color:blue;
}

/*解读*/
.jiedu {
	color:DarkMagenta;
}

/*注释*/
.comment {
	color:#999;
	font-size:90%;
}

/*引用*/
.yinyong {
	color:brown;
}

/*评析*/
.pingxi {
	color:green;
	display:        none;
}

/*按钮*/
.button {
    border-top:     1px solid #ccccff;
    border-left:    1px solid #ccccff;
    border-right:   2px solid #999966;
    border-bottom:  2px solid #999966;
    margin:         2px;
    padding-top:    4px;
    padding-bottom: 2px;
    padding-left:10px;
    padding-right:10px;
    color:          white;
    background:     RoyalBlue;
    text-align:     center;
    width:          3em;
    cursor:         hand;
}



table {
	font-weight: lighter;
	line-height: 16pt;
	font-size: 14pt;
}

.cantong_yuan{
	text-align:center;
	text-indent: 0em;
}