

div.mytext a{
      text-decoration: underline;
}
table{
   border:1px solid #CCC;
   width:95%;
   margin:2em;
}

table tr{
   border:1px solid #CCC;
}
table tr td{
   border:1px solid #CCC;
   padding:1em;
}

.mytext img{
  border: 1px solid #CCC;
  padding: 10px; /*縁取りの色と太さ */
  border-radius: 7px;    /* 縁取りの角を丸くする */
  max-width:40%; 
}



