div.img_caption p.img_caption {
    font-style: italic;
    border-bottom: solid 1px #666;
}
body	{
    text-align: justify;
    text-justify: inter-word;
} 
.img-intro-none{
   text-align: center;
   margin-bottom: 10px;
    max-width: 100%;
}
.img-intro-left{
   float: left;
   margin-right: 10px;
    max-width: 100%;
}
.img-intro-right{
   float: right;
   margin-left: 10px;
    max-width: 100%;
}
.img-fulltext-none{
   text-align: center;
   margin-bottom: 10px;
    max-width: 100%;
}
.img-fulltext-left{
   float: left;
   margin-right: 10px;
    max-width: 100%;
}
.img-fulltext-right{
   float: right;
   margin-left: 10px;
    max-width: 100%;
}
img.rt-image {
max-width: 100%;
height: auto;
} 
img {
max-width: 100%;
height: auto;
}