<style>
<!--
H1 {
	font: bolder x-large Arial,sans-serif;
	color:navy;
	margin-top: 30px;
	background: #9fff9f;
	}
ul	{
	font-size: 0.9pc;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1pc;
	}
ol	{
	font-size: 0.9pc;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1pc;
	}
dl	{
	font-size: 0.9pc;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1pc;
	}
P	{
	font-size: 1pc;
	line-height: 1.2pc;
	text-indent: 2%;
	}
.big	{
	font-size: 2pc;
	line-height: 3pc;
	}
.add	{
	font-size: 0.8pc;
	color: blue;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1pc;
	}
h2	{
	background: #dFfFdF;
	font-size: 1.1pc;
	color: navy;
	}
h3	{
	font-size: 1.1pc;
	background: #dFfFdF;
	color: navy;
	}
//-->
</style>