TD {  font-size: 10pt; line-height: 150%; color: #333333;
  
}
  
<!--
BODY{
  background-image : background.jpg;
  background-repeat : repeat-x;
}
-->

a:link {
color:#1D3994;
text-decoration:none;　/*下線をなくす*/
}
a:hover {
text-decoration:underline;　/*下線を付ける*/
}
a:visited {
color:#941D55;
text-decoration:none;　/*下線をなくす*/
}


<!--
.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;
-->


<!--
h1 {
font-size: 100%; 
line-height: 1.2em; }
h2 {
font-size: 100%; 
line-height: 1em; }
h3 {
font-size: 100%; 
line-height: 1em; }
-->

.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;}


