codice:
<style type="text/CSS">
body,html { font-family: Baskerville;}

#box {
  display:     block;
  width:       400px;
  height:      100%;

  position:    absolute;
  left:        40%;
font-size:12pt;
text-align: justify;
}

#box2 {
display: block;
  width:       600px;
  height:      100%;

  position:    absolute;
margin-top:10px;

}


a {
color: black;
text-decoration:none;
font-family: Ehrhardt;
font-size:12pt;
}

@font-face {
font-family: "Baskerville";
src: url(Baskerville.otf) format("truetype");
}
Ecco qui tutto il codice. Il problema dell'immagine è che io ho il testo in justified, e nell'immagine non riuscirei a metterlo in quel modo preciso. Grazie