:root {
  --tc1: #497D92;
  --tc2: #275673;
  --textColor: #555555;
  --bgColor: #275673;
  --light: #FFFFFF;
  --dark: #000000;
  --copyright: #333333;
}
#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}