h1 {
  color: rgb(3, 19, 126);
  font-family: verdana;
  font-size: 250%;
}
h2 {
  color: rgb(3, 22, 150);
  font-family: verdana;
  font-size: 180%;
}

p  {
  color: red;
  font-family: courier;
  font-size: 160%;
}

table  {
 border-collapse: collapse;
}

td img {
    max-width: 70%;
    height: auto;
    /* width: auto\9;   ie8 */ 
    margin-bottom:0px;
    margin-left:20px;
}