Hi,

What is the visual difference between:

In the CSS file:
Code:
p:first-letter {font-size: 14pt; font-style: italic;}
and

Code:
p.first:first-letter {font-size: 14pt; font-style: italic;}
Below is the code in the body of the html page:

Code:
<p> Joe's Fruit and Vegetables started out as a traditional 
          store selling store selling fruit and veg along with other commodity 
          items such as milk, soft drinks and sweets etc. Joe's has been in business 
          for 27 years and has reputation for the quality of their goods.</p>
Pictures would be good to help explain this to me.

Thanks

NW