body {
   margin:0;
   background-image: url(bgmap.gif);  /*BODY要素の背景画像を指定*/
   background-repeat   : no-repeat;   /*繰り返し表示しない*/
   background-position : 0% 0%;       /*BODY要素の左上からの位置指定*/
   background-color : #e8e3f0;  /*BODY要素の背景色*/

   color : #00000f; };  /*BODY要素のテキストカラーを指定*/ 
   font-size: 10px;

   letter-spacing: 5px;
   line-height: 110%;
   text-decoration: none
}
A:link {color: #6666ff}
A:active {color: #6666ff}
A:visited {color:#6666ff}
A  { background-color: #ccccff}
A:hover{color:#6666ff;
        background-color:#ffcccc}

td {font-size: 17px;
   letter-spacing:1px;
   line-height:160%}
