:root {
  --themeColor1: #EB0000;
  --themeColor2: #BC0000;
  --themeColor3: #2F0000;
  --textColor: #555555;
  --bgColor: #EAEAEA;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --bgCopyright: #333333;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}