A:link{
	color:blue;
}
A:visited{
	color:darkblue;
}
A:hover{
	color:red;
	position:relative;
	left:1px;
	top:1px;
}
/*入力モードを強制的半角に（IE以外のブラウザでは無効となる場合あり）*/
.han    { ime-mode: disabled; } 

/*TABLEに関する設定*/
th,td { font-size: 90%;}
<!--
.sample1{text-align : left
  border : solid #666666 1px;
  background-color : #66ccff;
          margin-top : 10px;
          margin-bottom : 10px;
          margin-right : 50%;
          width : 50%;
          height : 100px;}
-->

/*HOMEボタンに関する設定*/
.btn { font-size: 90%; cursor: hand; background-color: #666666; color: #666666;
border: 3px double #666666; }

