<br />    body {<br />        font-family: sans-serif;<br />    }<br />    .title {<br />        font-size: 20px;<br />        font-weight: bold;<br />        text-align: center;<br />    }<br />    .main-topic {<br />        font-size: 16px;<br />        font-weight: bold;<br />    }<br />    .sub-topic {<br />        font-size: 14px;<br />        font-weight: bold;<br />    }<br />    .secondary-topic {<br />        font-size: 12px;<br />        font-weight: bold;<br />    }<br />    .content {<br />        font-size: 12px;<br />        text-indent: 2em;<br />    }<br />    .contents-nav {<br />        background-color: #f2f2f2;<br />        padding: 15px;<br />        margin-bottom: 20px;<br />    }<br />    .contents-nav ul {<br />        list-style-type: none;<br />        padding-left: 0;<br />    }<br />    .contents-nav ul li a {<br />        text-decoration: none;<br />        color: #000;<br />    }<br />