BODY	{					/* ドキュメント全体 */	background-color:#C5C4F4;			/* 背景色：薄紫 */	font-style:normal;			/* フォントスタイル：標準 */	font-weight:normal;			/* 文字太さ：標準 *//*	font-size:12pt;	*/			/* フォントサイズ：12pt */	text-align:left;			/* 文字揃え：左寄せ */	text-indent:0pt;			/* インデント：0pt */	color:black;				/* 文字色：黒 */	margin:5px 5px;				/* マージン：上下・左右 */	}A:link	{	color:#3333ff;				/* リンク：文字色 */	}A:visited	{	color:#006600;				/* 既訪リンク：文字色 */	}A:active	{	color:#ff9933;				/* リンククリック中：文字色 */	}H1  {background-color:navy;color: white;text-align:center;margin:5px 5px;	}H2 {background-color: blue;color: white;text-align:center;font-style:italic;}H4 {background-color: blue;color: white;text-align:center;font-style:italic;}P{margin: 5px 15px}