/* CSS Document */
	#bodyid{
		background:#d5eaff;
		text-align:center;
	}
	#page{
		background:#fff;
		width:600px;
		margin:0 auto;
	}
	#page h1{
		font-size:1.3em;
		font-weight:bold;
		letter-spacing:5px;
		text-align:left;
		padding:10px;
		background:#dfdfdf;
		color:#ffffff;
		width:650px;
	}
	#title{
		font-size:1.5em;
		font-weight:bold;
		letter-spacing:5px;
		text-align:center;
		padding:5px;
		color:#000000;
	}
	.txt{
		font-weight:normal;
		font-size:0.9em;
		text-align:left;
		line-height:1.5;
		letter-spacing:normal;
		width:580;
		padding:20;
	}
	.txa{
		color:red;
	}