/* standard.css */
BODY{
  background-color: #FFFFFF;
 }
H1{
	font-weight:600;
	font-size:1.5em;
	margin-left: 0em;
}
H2{
	font-size:1.3em;
	margin-left: 0.5em;
        background-color: #CCCCFF;
}
H3{	font-size: 1.1em;
	margin-left: 1.0em;
        background-color: #FFCC66;
}
H4{
	font-size: 1.0em;
	margin-left: 1.2em;
}
H5{
	font-size: 0.8em;
	margin-left: 1.3em;
}
H6{
	font-size: 0.6em;
	margin-left: 1.5em;
}
P{
	text-indent:1em;
	line-height: 1.5em;
	margin: 0.5em 1.5em;  /*上下，左右*/
}
ADDRESS{
	text-indent:1em;
	line-height: 1.5em;
	margin: 0.5em 1.0em;  /*上下，左右*/
}

BLOCKQUOTE {margin-left: 2em;}

DIV.c6 {color: green; text-align: right}
SPAN.c5 {color: green}
SPAN.c4 {color: red}
SPAN.c3 {font-size: 80%}
SPAN.c2 {color: green; font-size: 80%}
DIV.c1 {text-align: center}

