WordPress 投稿のタイトルと本文の文字サイズ変更

「Twenty Eleven」→「wp-content」→「themes」→「twentyeleven」→「style.css」
・タイトル変更 700行目あたり
.entry-title {
clear: both;
color: #222;
font-size: 26px;  ←18pxに変更
font-weight: bold;
line-height: 1.5em;
padding-bottom: .3em;
padding-top: 15px;
}

・本文変更 300行目あたり
body, input, textarea {
color: #373737;
font: 15px “Helvetica Neue”, Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}
これは全体に変更される
font: 14px ‘ヒラギノ角ゴ Pro W3′,’Hiragino Kaku Gothic Pro’,’メイリオ’,Meiryo,’MS Pゴシック’,’MS PGothic’,sans-serif;