TD {  font-size: 10pt; line-height: 150%; color: #666666;
  
}

body {background-color:#f2f2f2;}

<!--
.style2 {
	font-size: 1pt;
        color: #ffffff;
        line-height : 0;
}
-->

.hidden { 
  font-size : 10px;
  color : gray;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : center;
  font-weight : lighter;
  position: absolute;
  top: -30px;
}

 a:link {
color:#2b1c15;
text-decoration:none;　/*下線をなくす*/
}
a:hover {
text-decoration:underline;　/*下線を付ける*/
}
a:visited {
color:#9ea784;
text-decoration:none;　/*下線をなくす*/
}     
.lnk {
  display: block;
  width: 90%;
  height: 100%;
  text-decoration: none;
  color: #cc00cc;
}
A.lnk:active  { text-decoration: none; color: #ff9900;}
A.lnk:visited { text-decoration: none; color: #cc00cc;}
A.lnk:hover   { text-decoration: none; color: #990099; background-color: #ffccff;}

