Hi
I want when each line finish and there was any word that break in new line it would put - at the end of the line like below: 
the student will learn the funda-
mentals of art including drawing
skills color theory and design usi-
ng various forms.
I use below codes
<span class="LblMusic">To format paragraphs I use text-align:justify, but I have one problem that there are big spaces between words.</span>
<style type="text/css">
    .LblMusic {
        float: left;
        margin: 13px 0 0 33.5px;
        width: 400px;
        height: 310px;
        text-align: justify;
        font-size: 24px;
        line-height: 38px;
        word-break: break-all;
    }
</style>
Best Regards
Neda