/*** body ***/
body{
	color: #333333;
	background-color: #ffffff;
	margin: 20px 20% 20px 20%;
	line-height: 150%;
}
/*** p ***/
p{
	margin:10px 1% 10px 1%;
	line-height: 1.2em;
/***
	text-indent: 1em;		/ * Žš‰º‚° * /
***/
	letter-spacing: normal;
}
/*** pre ***/
pre{
	color: #DCDCDC;
	margin: 10px 1% 10px 1%;
}
/*** blockquote ***/
blockquote{
	color: #FF0000;
}
/*** h1 ***/
h1{
<!--
	font-size: 1.9em;
	line-height: 2.0em;
-->
}

/*** h2 ***/
h2 {
<!--
	background-color: lightgreen;
	border: 3px solid #b0b0b0; /* width style color */
	font-weight: bold;
	font-size: 100%;
	padding: 5 5 5 5; /* top right bottom left */
	width: 100%;
-->
}
/*** h3 ***/
h3{
<!--
	background-color: pink;
	border: 3px solid red; /* width style color */
	font-weight: bold;
	font-size: 90%;
	padding: 4 4 4 4; /* top right bottom left */
	width: 100%;
-->
}

/*** linkŠÖŒW ***/
A:link{
	color: #0033ff;
}

A:visited{
	color: #0066ff;
}

A:active{
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
	color: #009900;
}

em{
	color: #ff0000;
}

strong{
	color: #ff0000;
}

.cool{
	color: #0000ff;
}
.small{
	font-size: 0.7em;
	line-height: 0.9em;
}
.right{
	text-align: right;
}
