<style> 

body {
   line-height: 110%;
  }
p.bold {
   font-weight: bold;
   }
input  {
   line-height: 1.5;
   }   
a {
   color: yellow;
   }
a {
   text-decoration: none;
   }
img {
   max-width: 100%;
   height: auto;
   }

</style>