1. General
    1. body, html
    2. div, p, form, input, select, textarea
    3. table, tr, th, td
    4. ul, ol, li, dl, dt, dd
    5. img, fieldset, table
    6. hr, legend, caption
    7. button
      1. border:0; background:transparent; cursor:pointer; *overflow:visible;
    8. Title
      1. h1
        1. 회사명 / 기관명 / 커뮤니티명
      2. h2
        1. 페이지 제목
      3. h3
      4. h4
        1. 1 depth title
      5. h5
        1. 2 depth title
          1. image : text -1000em
      6. h6
        1. 2 depth title
          1. text
      7. 한번만 사용
    9. margin : 0; padding : 0
  2. Text Style
    1. Font-size : 12px
    2. Line-height : 1.5em
    3. font-family : 돋움, dotum, helveica, AppelGothic, Sans-serif
    4. Color:
      1. Color Set
        1. Basic
        2. Orange
        3. Navy
        4. Brown
        5. Gray
        6. Black
      2. Link
        1. a:link, a:active, a:visited
        2. a:hover
      3. Focus
  3. Form
    1. fieldset
    2. input
      1. general
      2. focus
    3. textarea
    4. legend
  4. Button
    1. Basic
    2. Rollover
  5. Table
    1. Style 1 : 전체 선
      1. table
        1. table-layout : fixed
      2. Th
        1. font-weight : bold; border : 1px solid #ccc; background-color : #f7f7f7
      3. Td
        1. height : 25px; border : 1px solid #ccc
    2. Style 2 : 행간 선
      1. table
        1. table-layout : fixed
      2. Th
        1. font-weight : bold; border:none; border-bottom : 1px solid #ccc;
      3. Td
        1. border:none; border-bottom : 1px solid #ccc;
    3. Board Title 1
      1. td
        1. background-color : #000000;
    4. Board Title 2
      1. background-image
    5. title Style 1
    6. Title Style 2
  6. List Style
    1. list-style : none;
    2. vertical Style
    3. Horizontal Style
      1. float : left;