<style type="text/css">
<!--

a { color:#0000CC; }
a:hover {
	color:#FF0000;
	background-color:#FFD987;
	text-decoration:underline;
}

body { background-color:#FFFFFF; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }

--> 
H1 {
  color: #ffffff; /* 文字の色 */
  font-size: 1.0em; /* 文字のサイズ */
  font-weight: bold; /* 文字の装飾 */
  background-color : #ff0000; /* 背景の色 */
  line-height: 150%; /* 行の高さ */
  text-align: center; /* テキストの配置 */
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 3px;
</style>
