body {
	background-color: #ffd8a4;
	}
A:link { color: #963;
}   /* リンク */
A:visited {                 /* 既に見たリンク */
  color: #ff00ff;
  text-decoration: none     /* 下線を消す */
}
A:active { color: #F00;
} /* クリック時のリンク */
A:hover {                   /* カーソルが上にある時のリンク */
  color: #ff0000;
  text-decoration: none     /* 下線を消す */
}	
H1 {
  color: #930; /* 文字の色 */
  line-height: 130%; /* 行の高さ */
 text-align: center; /* テキストの配置 */
}
H2 {
	color: #930; /* 文字の色 */
	text-align: center; /* テキストの配置 */
}
H3 {
	color: #930; /* 文字の色 */
	text-align: center; /* テキストの配置 */
	font-size:16px;
}	
.c {
	text-align: center; /* テキストの配置 */
	}
.1 {
	text-indent:1em;
	}
