/**
 * reset
 */
address, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {margin: 0; padding: 0;} */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {margin: 0; padding: 0;}
caption, th {text-align: left;}
fieldset, img, abbr, acronym, hr {border: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
/* ol, ul {list-style: none;} */
ul {list-style: none;}
q:before, q:after {content: '';}
table {border-collapse: collapse; border-spacing: 0;}

/**
 * grid layout
 */
 .oneColumn {width: 300px;}
 .oneHalfColumn {width: 460px;}
 .twoColumns {width: 620px;}
 .threeColumns {width: 940px;}

/**
 * global
 */
.content {padding: 10px;}
.left {float: left;}
.right {float: right;}
.midle {text-align: center;}
ol li {text-align: justify;}