/* 文字の大きさを絶対指定しない。 *//* ・文字の大きさは、ユーザが最も見やすいように設定されているはず。 */BODY {	background: #FFF;	/* background-image: url(wallp.gif); */}H1{	text-align: center;	background-color: #6F6;	border-width: thin;	border-style: none;	margin-left: 0%;	margin-right: 0%;	padding-top: 6px;	padding-bottom: 4px;}H2 { background-color: #9F9; }H3 { font-color: #0C0; }MAP{	font-size: small;	text-align: center;	background-color: #FFC;	border-width: thin;	border-style: none;	padding-top: 2px;	padding-bottom: 4px;	padding-left: 4px;	padding-right: 2px;}MAP A { background-color: #F90; }P.version { text-align: center; }ADDRESS { text-align: center; }