/*

My Style Sheet - Orange Body 

*/

	body{background-color:black;color:white;
	font-size:10pt;
	margin-top:32px;margin-left:32px;margin-right:32px}

	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;}
	A:hover{color:orangered;text-decoration:underline;
	font-weight:bold;}

	strong{color:red;font-weight:bold:font-size:11pt}

	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;
	line-height:150%}

	h3{font-size:12pt;
	text-decoration:underline;
	font-weight:bold}

	h4{font-size:12pt;
	font-weight:bold}

	div.honbun
	{background-color:#ffffc0;color:black;
	padding:2px}

	input.redcolor{font-size:11pt;color:red;font-weight:bold}
	input.bluecolor{font-size:11pt;color:blue;font-weight:bold}
	input.greencolor{font-size:11pt;color:green;font-weight:bold}

	b.Red{font-weight:bold;color:red}
	b.Green{font-weight:bold;color:green}
	b.Blue{font-weight:bold;color:blue}

	address{
	font-size:9pt;font-style:italic;
	text-align:right}

	address.green{color:green}

	address.yellow{color:yellow}

.cream{color:#ffffc0}

.LYellow{color:#ffffd0}
.LGreen{color:#c0ffc0}
.LBlue{color:#c0c0ff}


