div.readmore { 
  width: 95%;
  height: auto;
  font-size: 0.8em;
  font-family: 'trebuchet ms', sans-serif;
  background-color: transparent;
  border: none;
  padding: 0.3em;
 }
div.readmore a { 
  display: block;
  text-align: right;
  color: #000;
  margin-bottom: 6%;
 }
div.readmore a:link, div.readmore a:active { 
  color: blue;
 }
div.readmore a:visited { 
  color: #f11;
 }
div.readmore a:hover, div.readmore a:focus { 
  color: #000000;
  text-decoration: underline;
 } 
div.readmore p { 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-indent: 0em;
  color: #000;
  margin-top: 2%;
 }