/*

My Style Sheet - green Body 

*/

	body{background-color:#c0ffc0;font-size:10pt;
	margin-top:16px;margin-left:8px;margin-right:8px}

	A:link{color:orangered;text-decoration:underline;
	font-weight:bold;}
	A:visited{color:#800080;text-decoration:none;
	font-weight:bold;}	
	A:active{color:#800000;text-decoration:none:
	font-weight:bold;}

	h1{font-size:16pt;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;}

	h2{font-size:14pt;
	text-decoration:underline;
	font-weight:bold;
	text-align:center;}

	h3{font-size:12pt;
	text-decoration:underline;
	font-weight:bold}

	h4{font-size:12pt;
	font-weight:bold}

	div.honbun{background-color:white;border:solid #c000c0;
			margin-top:4px;margin-left:48px;margin-right:48px;padding:8px}

	strong{color:red;font-weight:bold}

	b.Red{font-weight:bold;color:red}
	b.Green{font-weight:bold;color:green}
	b.Blue{font-weight:bold;color:blue}

	table.menu{border:solid 2px;border-color:#800080;border-width:2px;
	background-color:#ffd0c0;padding:2px}

	address{
	font-size:9pt;font-style:italic;
	text-align:right}

	address.green{color:green}

	address.yellow{color:yellow}
