﻿@charset "utf-8";

rb{font-size:16pt;padding-top:3px;}
rt{font-size:14pt;font-family:Arial;}
ruby{padding:0 3px;}
p {
	line-height:38px;
	border-top: 1px  solid #C0DCC0;
	padding-top:10px;
	text-indent: 2em;
	font-size:19px;
	letter-spacing:1px;
}

table {
	font-weight: lighter;
	line-height: 16pt;
	font-size: 14pt;
	font-family: "Microsoft YaHei";
	color:black;
}

pre {
	color: black;
	margin-bottom: 0px;
    font-size: 11pt;
    font-weight: light;
}

/*---------------*/
/*原文*/
.yuan {
 	color:#996600;
 	font-family: "Microsoft YaHei";
}

/*经文*/
.jingwen {
	color:          #006600;
	background:     #FFFFEC;
    border:         1px solid #000000;
    padding:        5px;
	margin-left:2em;
	margin-right:2em;
}

.disp {
	display:        none;
}

/*译文*/
.yiwen {
	color:Teal;
}

/*解读*/
.jiedu {
	color:#660000;
}

/*注释*/
.comment {
	color:#999999;
	font-size: 12pt;
}

/*引用*/
.yinyong {
	color: #3333CC;
}

/*评析*/
.pingxi {
	color:#000000;
}

/*按钮*/
.button {
    border-top:     1px solid #ccccff;
    border-left:    1px solid #ccccff;
    border-right:   2px solid #999966;
    border-bottom:  2px solid #999966;
    margin:         5px;
    padding-top:    4px;
    padding-bottom: 2px;
    color:          DarkSlateGray;
    background:     PaleGoldenrod;
    text-align:     center;
    font-size:      11pt;
    font-weight:    normal;
	line-height:    20px;
	display:inline-block;
	text-indent:0;
}
.width6em {
    width:          8em;
}

.width4em {
    width:          4em;
    cursor:         hand;
}

.margintop0 {
	margin-top:0;
}

.marginbottom0 {
	margin-bottom:0;
}

.clr1{color:#804040;}
.clr2{color:green;}
.clr3{color:Teal;}
.clr4{color:Olive;}
.clr5{color:#bb0202;}


