Edit in JSFiddle

<h1>标题</h1>
<p>这是段文字,<small>一段小字</small>这是段文字,这是段文字,这是段文字,这是段文字,这是段文字,这是段文字,这是段文字,</p>
body {
 margin: 0;
 padding:0;
 background-image: url(http://basehold.it/i/28);
}
h1 {
 font-size: 21px;
 line-height: 28px;
}
p {
 font-size: 14px;
 line-height: 2;
}
p small {
 font-size: 10px;
}