1. General
    1. body, html
    2. div, p, form, input, select, textarea
    3. table, tr, th, td
    4. h1, h2, h3, h4, h5, h6
    5. ul, ol, li, dl, dt, dd
    6. img, fieldset, table
    7. hr, legend, caption
    8. 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. Title
    1. h1
      1. 회사명 / 기관명 / 커뮤니티명
    2. h2
      1. 페이지 제목
    3. h3
    4. h4
      1. 내용 구분 타이틀 1 depth
    5. h5
      1. 내용 구분 타이틀 2 depth
    6. h6
      1. 내용 구분 타이틀 3 depth
  5. Button
    1. Basic
    2. Rollover
  6. 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
  7. List Style
    1. list-style : none;
    2. vertical Style
    3. Horizontal Style
      1. float : left;