a:link    {color: green;}
a:active  {color: fuchsia;}
a:visited {color: green;}
a:hover   {background-color: green;
           color: white;
          }

body{margin-top : 10px;
     margin-bottom : 10px;
     margin-left : 10px;
     margin-right : 10px;
     padding: 0px
} 

ul{list-style-type : square}

TD{font-size : 14px;
   font-family : "Arial" "MS Pゴシック" "Osaka";
   line-height : 130%
  }

TH{font-size : 14px;
   font-family : "Arial" "MS Pゴシック" "Osaka";
   color : white;
   background-color : green;
   line-height : 130%
  }
H3{font-size : 16px;
   font-family : "Arial" "MS Pゴシック" "Osaka";
   color : white;
   background-color : green;
   line-height : 130%
  }

.title {
	font-size: 14px;
	font-weight: bold;
	color:green 
}

.footer {
	background-color:green;
	color:white;
	padding:2px 10px;
	font:bold 10pt/150% 'Arial' 'MS Pゴシック'
}

.header {
	background-color:green;
	color:white;
	padding:2px 10px;
	font:bold 10pt/150% 'Arial' 'MS Pゴシック'
}

.space {
	background-color:maroon;
}

.gray {font-size : 12px;
   font-family : "Arial" "MS Pゴシック" "Osaka";
   color:gray;
   line-height : 130%
  }
