H1{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


H2{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


H3{
font-size : 100%;
font-weight : normal;
margin: 0px;
padding: 0px;
}


strong{
font-size : 100%;
font-weight : normal;
}

TD{
font-size : 13px; ⇒ ここの数値を変更しますと、文字のサイズが変わります。
letter-spacing: 1px;
font-family : a;
text-decoration : none;
  
  
  line-height : 20px;
}


A:hover{
  color : yellowgreen;
}
A{
  text-decoration : none;
  
  line-height : 22px;
}
