Read More
Structure with classes and id's
p.readmore a
Print screen without any additional CSS

CSS
/* ------------------
Read more ... link
------------------- */
p.readmore {
margin: 15px 0 0 0;
}
p.readmore a {
padding: 3px 10px 4px 10px;
color: #555;
font-style: italic;
background-color: #e5e5e5;
border: 1px #888 solid;
text-decoration: none;
height: 16px;
}
p.readmore a:hover {
padding: 3px 10px 4px 10px;
color: #000;
font-style: italic;
background-color: #ccc;
border: 1px #777 solid;
text-decoration: none;
height: 16px;
}
Print screen after applying CSS



Than you so much
/Hussain