INSERT INTO #table# SET name='Tahoma', tool_type='1'
INSERT INTO #table# SET name='Times new roman', tool_type='1'
INSERT INTO #table# SET name='Courier new', tool_type='1'
INSERT INTO #table# SET name='Arial', tool_type='1'
INSERT INTO #table# SET name='skyblue', tool_type='2'
INSERT INTO #table# SET name='royalblue', tool_type='2'
INSERT INTO #table# SET name='blue', tool_type='2'
INSERT INTO #table# SET name='darkblue', tool_type='2'
INSERT INTO #table# SET name='orange', tool_type='2'
INSERT INTO #table# SET name='orangered', tool_type='2'
INSERT INTO #table# SET name='crimson', tool_type='2'
INSERT INTO #table# SET name='red', tool_type='2'
INSERT INTO #table# SET name='firebrick', tool_type='2'
INSERT INTO #table# SET name='darkred', tool_type='2'
INSERT INTO #table# SET name='green', tool_type='2'
INSERT INTO #table# SET name='limegreen', tool_type='2'
INSERT INTO #table# SET name='seagreen', tool_type='2'
INSERT INTO #table# SET name='deeppink', tool_type='2'
INSERT INTO #table# SET name='tomato', tool_type='2'
INSERT INTO #table# SET name='coral', tool_type='2'
INSERT INTO #table# SET name='purple', tool_type='2'
INSERT INTO #table# SET name='indigo', tool_type='2'
INSERT INTO #table# SET name='burlywood', tool_type='2'
INSERT INTO #table# SET name='sandybrown', tool_type='2'
INSERT INTO #table# SET name='sienna', tool_type='2'
INSERT INTO #table# SET name='chocolate', tool_type='2'
INSERT INTO #table# SET name='teal', tool_type='2'
INSERT INTO #table# SET name='silver', tool_type='2'
