body{
	color: teal;
	background-color: white;
	}
div.greeting{
	color: #006633;
	background-color: white;
	margin-left: 110px;
	margin-right: auto;
	width: 550px;
	}
.idx{
	color: #006633;
	background-color: white;
	font-size: 8pt;
	text-align: right;
	margin-top: 7px;
	margin-right: 35px;
	margin-bottom: 5px;
	}
.himitsu{
	color: #CC0000;
	background-color: white;
	}
.explain{
	color: navy;
	background-color: white;
	width: 550px;
	margin-left: 110px;
	margin-right: auto;
	}
.apd{
	color: navy;
	background-color: white;
	font-size: 8pt;
	}
p.sig{
	color: #006633;
	background-color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	margin-right: 85px;
	margin-top: 0px;
	}	
h3{
	color: #336699;
	background-color: #F0FFF0;
	font-size: 12pt;
	width: 530px;
	height: 25px;
	padding-left: 15px;
	border-bottom: solid 1px #708090;
	border-right:solid 3px #708090;
	}
.select{
	color: navy;
	background-color: #FFF5EE;
	font-size: 16px;
	font-weight: bold;
	width: 350px;
	text-align: center; 
	margin-left: 90px;
	border: 2px solid #CC0066;
	padding: 7px 15px;
	}
a:link{	
	color: blue;
	background-color: white;
	text-decoration: none;
	}
a:visited{	
	color: fuchsia;
	background-color: white;
	text-decoration: underline;
	}
a:hover{	
	color: #666699;
	background-color: #FFCCCC;
	text-decoration: none;
	}