Are you talking about the PRODUCT INFO page, or the PRODUCTS LISTING page?
If you want the Product listing title and description text to JUSTIFY, your stylesheet should have:
Code:
.itemTitle, .listingDescription {text-align:justify;}
If you want the Product Info descriptions text on the PRODUCT INFO page to justify, then the stylesheet must have:
Code:
#productDescription {text-align: justify;}
(You may have to find EXISTING references in stylesheets to these styles, and edit accordingly - making sure to observe stylesheet (css) rules.)