A{ text-decoration:none }
A:link { color: #6666ff} 
A:visited { color: #bbbb55 } 
A:active { color: black } 
A:hover {background:#bbbb55 ;text-decoration:underline;color:black;} 
H4 {background:white ; color:red ; font-size:18pt} 
H3 {color:blue ; font-size:15pt} 
H2 {color:blue ; font-size:10pt} 
/*
<body bgcolor="#ffffff" text="#1300bb" link="#1ca4c0" vlink="#6e8bff" alink="#69c554">


 A:link { color: green } 
 A:visited { color: blue }
 A:active { color: red } 
*/

BODY{
  text:  #1300bb;
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #000000;
}

TABLE
{
  font-size:11pt
}
TABLE.title
{
  border-left:   1px lightgray solid;
  border-top:    1px lightgray solid;
  border-bottom: 1px gray     solid;
  border-right:  1px gray     solid;
 background: black;
  text-align: center; 
  font-size:11pt
}

TH   /* いろずかん39 */
{
  border-left:   1px lightgray   solid;
  border-top:    1px lightgray   solid;
  border-bottom: 1px gray solid;
  border-right:  1px gray solid;
  background:	#dddcb9;
  color: 	#736d00;
  text-align: center; 

}
TD.int
{
  border-left:   1px lightgray   solid;
  border-top:    1px lightgray   solid;
  border-bottom: 1px gray solid;
  border-right:  1px gray solid;
  background: 	#ffffff;
  color:  	#a3a037;
  text-align: center; 

}
TD.int_l
{
  border-left:   1px lightgray   solid;
  border-top:    1px lightgray   solid;
  border-bottom: 1px gray solid;
  border-right:  1px gray solid;
  background: 	#ffffff;
  color:  	#a3a037;
  text-align: left; 
  font-size:13pt

}
TD.date
{
  border-left:   1px lightgray   solid;
  border-top:    1px lightgray   solid;
  border-bottom: 1px gray solid;
  border-right:  1px gray solid;
  background: 	#494911;
  color:  	#ffffff;
  text-align: left; 

}

